| Package | Description |
|---|---|
| org.apache.commons.functor.adapter |
Classes that adapt one functor interface to another.
|
| Modifier and Type | Method and Description |
|---|---|
static <A> BoundNullaryProcedure |
BoundNullaryProcedure.bind(Procedure<? super A> procedure,
A arg)
Adapt the given, possibly-
null,
Procedure to the
NullaryProcedure interface by binding
the specified Object as a constant
argument. |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.