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