|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a functor interface implemented by classes that do something.
A Closure represents a block of code which is executed from
inside some block, function or iteration. It operates an input object.
Standard implementations of common closures are provided by
ClosureUtils. These include method invokation and for/while loops.
| Method Summary | |
void |
execute(java.lang.Object input)
Performs an action on the specified input object. |
| Method Detail |
public void execute(java.lang.Object input)
input - the input to execute on
java.lang.ClassCastException - (runtime) if the input is the wrong class
java.lang.IllegalArgumentException - (runtime) if the input is invalid
FunctorException - (runtime) if any other error occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||