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