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

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

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

Methods in org.apache.commons.functor.core.composite that return UnarySequence
 UnarySequence<A> UnarySequence.then(UnaryProcedure<? super A> p)
          Fluently add a UnaryProcedure to the sequence.
 

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



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