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

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

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

Methods in org.apache.commons.functor.core.composite that return And
 And And.and(Predicate p)
          Add a Predicate.
 

Methods in org.apache.commons.functor.core.composite with parameters of type And
 boolean And.equals(And that)
          Learn whether a given And is equal to this.
 



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