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

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

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

Methods in org.apache.commons.functor.core.composite that return TransposedPredicate
static
<L,R> TransposedPredicate<R,L>
TransposedPredicate.transpose(BinaryPredicate<? super L,? super R> p)
          Return the transposition of p.
 

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



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