| Package | Description |
|---|---|
| org.apache.commons.functor.core.composite |
Functors composed of other functors.
|
| Modifier and Type | Method and Description |
|---|---|
UnarySequence<A> |
UnarySequence.then(UnaryProcedure<? super A> p)
Fluently add a UnaryProcedure to the sequence.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UnarySequence.equals(UnarySequence<?> that)
Learn whether another UnarySequence is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.