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

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

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

Methods in org.apache.commons.functor.core.composite that return BinaryAnd
 BinaryAnd<L,R> BinaryAnd.and(BinaryPredicate<? super L,? super R> p)
          And in a BinaryPredicate.
 

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



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