Package | Description |
---|---|
org.apache.commons.functor.adapter |
Classes that adapt one functor interface to another.
|
Modifier and Type | Method and Description |
---|---|
static <L,R,T> FullyBoundNullaryFunction<T> |
FullyBoundNullaryFunction.bind(BinaryFunction<? super L,? super R,? extends T> function,
L left,
R right)
Adapt a BinaryNullaryFunction as a NullaryFunction.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.