Uses of Class
org.apache.commons.functor.adapter.UnaryPredicateUnaryFunction
Packages that use UnaryPredicateUnaryFunction
Package
Description
Classes that adapt one functor interface to another.
-
Uses of UnaryPredicateUnaryFunction in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return UnaryPredicateUnaryFunctionModifier and TypeMethodDescriptionstatic <A> UnaryPredicateUnaryFunction<A> UnaryPredicateUnaryFunction.adapt(UnaryPredicate<? super A> predicate) Adapt a UnaryPredicate to the UnaryFunction interface.Methods in org.apache.commons.functor.adapter with parameters of type UnaryPredicateUnaryFunctionModifier and TypeMethodDescriptionbooleanUnaryPredicateUnaryFunction.equals(UnaryPredicateUnaryFunction<?> that) Learn whether another UnaryPredicateUnaryFunction is equal to this.