Uses of Class
org.apache.commons.functor.core.composite.CompositeUnaryPredicate
-
Packages that use CompositeUnaryPredicate Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of CompositeUnaryPredicate in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return CompositeUnaryPredicate Modifier and Type Method Description <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 CompositeUnaryPredicate Modifier and Type Method Description booleanCompositeUnaryPredicate. equals(CompositeUnaryPredicate<?> that)Learn whether another CompositeUnaryPredicate is equal to this.
-