| 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> LeftBoundFunction<R,T> |
LeftBoundFunction.bind(BinaryFunction<? super L,? super R,? extends T> function,
L arg)
Adapt a BinaryFunction as a UnaryFunction.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LeftBoundFunction.equals(LeftBoundFunction<?,?> that)
Learn whether another LeftBoundFunction is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.