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

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

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

Methods in org.apache.commons.functor.core.composite that return BinaryOr
 BinaryOr<L,R> BinaryOr.or(BinaryPredicate<? super L,? super R> p)
          Fluently add a BinaryPredicate.
 

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



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