Uses of Class
org.apache.commons.functor.adapter.FunctionProcedure
-
Packages that use FunctionProcedure Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of FunctionProcedure in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return FunctionProcedure Modifier and Type Method Description static FunctionProcedureFunctionProcedure. adapt(Function<?> function)Methods in org.apache.commons.functor.adapter with parameters of type FunctionProcedure Modifier and Type Method Description booleanFunctionProcedure. equals(FunctionProcedure that)Learn whether another FunctionProcedure is equal to this.
-