Uses of Class
org.apache.commons.functor.adapter.ProcedureFunction
Packages that use ProcedureFunction
Package
Description
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 ProcedureFunctionModifier and TypeMethodDescriptionstatic <T> ProcedureFunction<T> Adapt a Procedure as a Function.Methods in org.apache.commons.functor.adapter with parameters of type ProcedureFunctionModifier and TypeMethodDescriptionbooleanProcedureFunction.equals(ProcedureFunction<?> that) Learn whether another ProcedureFunction is equal to this.