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