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