Uses of Class
org.apache.commons.functor.adapter.RightBoundProcedure
Packages that use RightBoundProcedure
Package
Description
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 RightBoundProcedureModifier and TypeMethodDescriptionstatic <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 RightBoundProcedureModifier and TypeMethodDescriptionbooleanRightBoundProcedure.equals(RightBoundProcedure<?> that) Learn whether another RightBoundProcedure is equal to this.