Uses of Class
org.apache.commons.functor.adapter.UnaryFunctionUnaryProcedure
-
Packages that use UnaryFunctionUnaryProcedure Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of UnaryFunctionUnaryProcedure in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return UnaryFunctionUnaryProcedure Modifier and Type Method Description static <A> UnaryFunctionUnaryProcedure<A>UnaryFunctionUnaryProcedure. adapt(UnaryFunction<? super A,?> function)Methods in org.apache.commons.functor.adapter with parameters of type UnaryFunctionUnaryProcedure Modifier and Type Method Description booleanUnaryFunctionUnaryProcedure. equals(UnaryFunctionUnaryProcedure<?> that)Learn whether a specified UnaryFunctionUnaryPredicate is equal to this.
-