Uses of Class
org.apache.commons.functor.adapter.BoundProcedure
Packages that use BoundProcedure
Package
Description
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 BoundProcedureModifier and TypeMethodDescriptionstatic <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 BoundProcedureModifier and TypeMethodDescriptionbooleanBoundProcedure.equals(BoundProcedure that) Learn whether a given BoundProcedure is equal to this.