| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoundFunction | |
|---|---|
| org.apache.commons.functor.adapter | Classes that adapt one functor interface to another. | 
| Uses of BoundFunction in org.apache.commons.functor.adapter | 
|---|
| Methods in org.apache.commons.functor.adapter that return BoundFunction | ||
|---|---|---|
| static
 | BoundFunction.bind(UnaryFunction<? super A,? extends T> function,
         A arg)Adapt the given, possibly- null,UnaryFunctionto theFunctioninterface by binding
 the specifiedObjectas a constant
 argument. | |
| Methods in org.apache.commons.functor.adapter with parameters of type BoundFunction | |
|---|---|
|  boolean | BoundFunction.equals(BoundFunction<?> that)Learn whether another BoundFunction is equal to this. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||