Groovy Documentation

org.gradle.api
Interface Action


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

execute

public void execute(T t)
Performs this action against the given object
param:
t The object to perform the action on.


 

Groovy Documentation