|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface Action
Performs some action against objects of type T.
Method Summary | |
---|---|
void
|
execute(T t)
Performs this action against the given object |
Method Detail |
---|
public void execute(T t)
Groovy Documentation