Uses of Class
org.apache.commons.functor.adapter.ProcedureUnaryProcedure
Packages that use ProcedureUnaryProcedure
Package
Description
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 ProcedureUnaryProcedureModifier and TypeMethodDescriptionstatic <A> ProcedureUnaryProcedure<A> Adapt a Procedure to the UnaryProcedure interface.Methods in org.apache.commons.functor.adapter with parameters of type ProcedureUnaryProcedureModifier and TypeMethodDescriptionbooleanProcedureUnaryProcedure.equals(ProcedureUnaryProcedure<?> that) Learn whether another ProcedureUnaryProcedure is equal to this.