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