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

functionalj.function.IntLongPredicatePrimitive Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package functionalj.function;

public interface IntLongPredicatePrimitive {
    
    public boolean testIntLong(int i1, long i2);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy