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

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

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

Methods in org.apache.commons.functor.core.composite that return UnaryOr
 UnaryOr<A> UnaryOr.or(UnaryPredicate<? super A> p)
          Fluently add a Predicate.
 

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



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