Uses of Class
org.apache.commons.functor.adapter.FullyBoundProcedure
-
Packages that use FullyBoundProcedure Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of FullyBoundProcedure in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return FullyBoundProcedure Modifier and Type Method Description static <L,R>
FullyBoundProcedureFullyBoundProcedure. bind(BinaryProcedure<? super L,? super R> procedure, L left, R right)Adapt a BinaryProcedure to the Procedure interface.Methods in org.apache.commons.functor.adapter with parameters of type FullyBoundProcedure Modifier and Type Method Description booleanFullyBoundProcedure. equals(FullyBoundProcedure that)Learn whether another FullyBoundProcedure is equal to this.
-