| Package | Description |
|---|---|
| org.apache.commons.functor.adapter |
Classes that adapt one functor interface to another.
|
| Modifier and Type | Method and Description |
|---|---|
static <L,R> IgnoreLeftProcedure<L,R> |
IgnoreLeftProcedure.adapt(UnaryProcedure<? super R> procedure)
Adapt a UnaryProcedure to the BinaryProcedure interface.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IgnoreLeftProcedure.equals(IgnoreLeftProcedure<?,?> that)
Learn whether another IgnoreLeftProcedure is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.