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

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

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

Methods in org.apache.commons.functor.core.composite that return Or
 Or Or.or(Predicate p)
          Fluently add a Predicate.
 

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



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