Uses of Class
org.apache.commons.functor.adapter.BinaryFunctionBinaryPredicate
-
Packages that use BinaryFunctionBinaryPredicate Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of BinaryFunctionBinaryPredicate in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return BinaryFunctionBinaryPredicate Modifier and Type Method Description static <L,R,T>
BinaryFunctionBinaryPredicate<L,R>BinaryFunctionBinaryPredicate. adapt(BinaryFunction<? super L,? super R,java.lang.Boolean> function)Methods in org.apache.commons.functor.adapter with parameters of type BinaryFunctionBinaryPredicate Modifier and Type Method Description booleanBinaryFunctionBinaryPredicate. equals(BinaryFunctionBinaryPredicate<?,?> that)Learn whether another BinaryFunctionBinaryPredicate is equal to this.
-