Uses of Class
org.apache.commons.functor.adapter.UnaryFunctionUnaryPredicate
Packages that use UnaryFunctionUnaryPredicate
Package
Description
Classes that adapt one functor interface to another.
-
Uses of UnaryFunctionUnaryPredicate in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return UnaryFunctionUnaryPredicateModifier and TypeMethodDescriptionstatic <A> UnaryFunctionUnaryPredicate<A> UnaryFunctionUnaryPredicate.adapt(UnaryFunction<? super A, Boolean> function) Methods in org.apache.commons.functor.adapter with parameters of type UnaryFunctionUnaryPredicateModifier and TypeMethodDescriptionbooleanUnaryFunctionUnaryPredicate.equals(UnaryFunctionUnaryPredicate<?> that) Learn whether another UnaryFunctionUnaryPredicate is equal to this.