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

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

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

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

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



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