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