Uses of Class
org.apache.commons.functor.adapter.FullyBoundProcedure
Packages that use FullyBoundProcedure
Package
Description
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 FullyBoundProcedureModifier and TypeMethodDescriptionstatic <L,R> FullyBoundProcedure FullyBoundProcedure.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 FullyBoundProcedureModifier and TypeMethodDescriptionbooleanFullyBoundProcedure.equals(FullyBoundProcedure that) Learn whether another FullyBoundProcedure is equal to this.