| Package | Description |
|---|---|
| org.apache.commons.functor.adapter |
Classes that adapt one functor interface to another.
|
| Modifier and Type | Method and Description |
|---|---|
static <A> BoundProcedure |
BoundProcedure.bind(UnaryProcedure<? super A> procedure,
A arg)
Adapt the given, possibly-
null,
UnaryProcedure to the
Procedure interface by binding
the specified Object as a constant
argument. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoundProcedure.equals(BoundProcedure that)
Learn whether a given BoundProcedure is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.