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