|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Action
Performs some action against objects of type T.
- The type of object which this action accepts.| Method Summary | |
|---|---|
void
|
execute(Object t)
Performs this action against the given object. |
| Method Detail |
|---|
public void execute(Object t)
t - The object to perform the action on.
Gradle API 1.5