public class ActionBroadcast<T>
extends java.lang.Object
implements org.gradle.api.Action<T>
| Constructor and Description |
|---|
ActionBroadcast() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.gradle.api.Action<? super T> action) |
void |
execute(T t) |