public final class Objects
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
applyClosureToDelegate(groovy.lang.Closure closure,
java.lang.Object delegate)
Applies the given closure to the given delegate.
|