Uses of Class
org.apache.commons.functor.adapter.ProcedureUnaryProcedure
-
Packages that use ProcedureUnaryProcedure Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of ProcedureUnaryProcedure in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return ProcedureUnaryProcedure Modifier and Type Method Description static <A> ProcedureUnaryProcedure<A>ProcedureUnaryProcedure. adapt(Procedure procedure)Adapt a Procedure to the UnaryProcedure interface.Methods in org.apache.commons.functor.adapter with parameters of type ProcedureUnaryProcedure Modifier and Type Method Description booleanProcedureUnaryProcedure. equals(ProcedureUnaryProcedure<?> that)Learn whether another ProcedureUnaryProcedure is equal to this.
-