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

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

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

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

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



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