Uses of Class
org.apache.commons.functor.adapter.UnaryProcedureUnaryFunction
Packages that use UnaryProcedureUnaryFunction
Package
Description
Classes that adapt one functor interface to another.
-
Uses of UnaryProcedureUnaryFunction in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return UnaryProcedureUnaryFunctionModifier and TypeMethodDescriptionstatic <A,T> UnaryProcedureUnaryFunction <A, T> UnaryProcedureUnaryFunction.adapt(UnaryProcedure<? super A> procedure) Adapt a UnaryProcedure to the UnaryFunction interface.Methods in org.apache.commons.functor.adapter with parameters of type UnaryProcedureUnaryFunctionModifier and TypeMethodDescriptionbooleanUnaryProcedureUnaryFunction.equals(UnaryProcedureUnaryFunction<?, ?> that) Learn whether a given UnaryProcedureUnaryFunction is equal to this.