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,
Function<? super L,? extends G> g,
Function<? super R,? extends H> h)
Create a composite
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.