Package | Description |
---|---|
org.apache.commons.functor.core.composite |
Functors composed of other functors.
|
Modifier and Type | Method and Description |
---|---|
static <L,R,T> TransposedFunction<R,L,T> |
TransposedFunction.transpose(BinaryFunction<? super L,? super R,? extends T> f)
Transpose a BinaryFunction.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.