Uses of Class
org.apache.commons.functor.core.composite.CompositeUnaryPredicate
Packages that use CompositeUnaryPredicate
-
Uses of CompositeUnaryPredicate in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return CompositeUnaryPredicateModifier and TypeMethodDescription<P> CompositeUnaryPredicate<P> CompositeUnaryPredicate.of(UnaryFunction<? super P, ? extends A> preceding) Fluently obtain a CompositeUnaryPredicate that applies our predicate to the result of the preceding function.static <A> CompositeUnaryPredicate<A> Composite.predicate(UnaryPredicate<? super A> pred) Create a composite UnaryPredicate.static <A,T> CompositeUnaryPredicate <A> Composite.predicate(UnaryPredicate<? super T> predicate, UnaryFunction<? super A, ? extends T> function) Create a composite UnaryPredicate.Methods in org.apache.commons.functor.core.composite with parameters of type CompositeUnaryPredicateModifier and TypeMethodDescriptionbooleanCompositeUnaryPredicate.equals(CompositeUnaryPredicate<?> that) Learn whether another CompositeUnaryPredicate is equal to this.