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