Groovy Documentation

org.gradle.api
[Java] Interface Action


public interface Action

Performs some action against objects of type T.

Parameters:
- The type of object which this action accepts.


Groovy Documentation