| Package | Description |
|---|---|
| org.apache.commons.functor.core.composite |
Functors composed of other functors.
|
| Modifier and Type | Method and Description |
|---|---|
static <L,R,G,H,T> |
Composite.function(BinaryFunction<? super G,? super H,? extends T> f,
BinaryFunction<? super L,? super R,? extends G> g,
BinaryFunction<? super L,? super R,? extends H> h)
Create a composite
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BinaryCompositeBinaryFunction.equals(BinaryCompositeBinaryFunction<?,?,?> that)
Learn whether another BinaryCompositeBinaryFunction is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.