Uses of Class
org.apache.commons.functor.adapter.UnaryProcedureUnaryFunction
-
Packages that use UnaryProcedureUnaryFunction Package Description org.apache.commons.functor.adapter 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 UnaryProcedureUnaryFunction Modifier and Type Method Description static <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 UnaryProcedureUnaryFunction Modifier and Type Method Description booleanUnaryProcedureUnaryFunction. equals(UnaryProcedureUnaryFunction<?,?> that)Learn whether a given UnaryProcedureUnaryFunction is equal to this.
-