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