Uses of Class
org.apache.commons.functor.core.composite.CompositeUnaryPredicate

Packages that use CompositeUnaryPredicate
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
<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
 boolean CompositeUnaryPredicate.equals(CompositeUnaryPredicate<?> that)
          Learn whether another CompositeUnaryPredicate is equal to this.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.