|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundProcedure | |
---|---|
org.apache.commons.functor.adapter | Classes that adapt one functor interface to another. |
Uses of BoundProcedure in org.apache.commons.functor.adapter |
---|
Methods in org.apache.commons.functor.adapter that return BoundProcedure | ||
---|---|---|
static
|
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. |
Methods in org.apache.commons.functor.adapter with parameters of type BoundProcedure | |
---|---|
boolean |
BoundProcedure.equals(BoundProcedure that)
Learn whether a given BoundProcedure is equal to this. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |