| Package | Description |
|---|---|
| org.apache.commons.functor.adapter |
Classes that adapt one functor interface to another.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ProcedureFunction<T> |
ProcedureFunction.adapt(Procedure procedure)
Adapt a Procedure as a Function.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProcedureFunction.equals(ProcedureFunction<?> that)
Learn whether another ProcedureFunction is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.