functionalj.function.LongBiPredicatePrimitive Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of functionalj-core Show documentation
Show all versions of functionalj-core Show documentation
The module for FunctionalJ Core.
package functionalj.function;
public interface LongBiPredicatePrimitive {
public boolean testLongLong(long i1, long i2);
}