All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ajjpj.abase.function.APredicate2NoThrow Maven / Gradle / Ivy

Go to download

a-base is a library of basic (hence the name) classes, most notably immutable collection classes with copy-on-write operations

The newest version!
package com.ajjpj.abase.function;

public interface APredicate2NoThrow extends APredicate2 {
    boolean apply (T1 o1, T2 o2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy