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

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

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

Methods in org.apache.commons.functor.core.composite that return Sequence
 Sequence Sequence.then(Procedure p)
          Fluently add a Procedure.
 

Methods in org.apache.commons.functor.core.composite with parameters of type Sequence
 boolean Sequence.equals(Sequence that)
          Learn whether a given Sequence is equal to this.
 



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