Uses of Class
org.apache.commons.functor.adapter.FunctionUnaryFunction
Packages that use FunctionUnaryFunction
Package
Description
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 FunctionUnaryFunctionModifier and TypeMethodDescriptionstatic <A,T> FunctionUnaryFunction <A, T> Adapt a Function to the UnaryFunction interface.Methods in org.apache.commons.functor.adapter with parameters of type FunctionUnaryFunctionModifier and TypeMethodDescriptionbooleanFunctionUnaryFunction.equals(FunctionUnaryFunction<?, ?> that) Learn whether another FunctionUnaryFunction is equal to this.