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