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

Packages that use UnaryCompositeBinaryPredicate
org.apache.commons.functor.core.composite Functors composed of other functors. 
 

Uses of UnaryCompositeBinaryPredicate in org.apache.commons.functor.core.composite
 

Methods in org.apache.commons.functor.core.composite that return UnaryCompositeBinaryPredicate
static
<L,R,G,H> UnaryCompositeBinaryPredicate<L,R>
Composite.predicate(BinaryPredicate<? super G,? super H> p, UnaryFunction<? super L,? extends G> g, UnaryFunction<? super R,? extends H> h)
          Create a composite BinaryPredicate.
 

Methods in org.apache.commons.functor.core.composite with parameters of type UnaryCompositeBinaryPredicate
 boolean UnaryCompositeBinaryPredicate.equals(UnaryCompositeBinaryPredicate<?,?> that)
          Learn whether another UnaryCompositeBinaryPredicate is equal to this.
 



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