Uses of Class
org.apache.commons.functor.adapter.BoundProcedure
-
Packages that use BoundProcedure Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of BoundProcedure in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return BoundProcedure Modifier and Type Method Description static <A> BoundProcedureBoundProcedure. bind(UnaryProcedure<? super A> procedure, A arg)Adapt the given, possibly-null,UnaryProcedureto theProcedureinterface by binding the specifiedObjectas a constant argument.Methods in org.apache.commons.functor.adapter with parameters of type BoundProcedure Modifier and Type Method Description booleanBoundProcedure. equals(BoundProcedure that)Learn whether a given BoundProcedure is equal to this.
-