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