public class ScriptUtils
extends java.lang.Object
Constructor and Description |
---|
ScriptUtils() |
Modifier and Type | Method and Description | ||
---|---|---|---|
static Proxy.Controller |
c()
a substitute for the binding variable 'c' in
static <T> T ignoreCycles(java.util.function.Supplier<T> closure)
Executes given closure.
| ||
static Proxy.Node |
node()
a substitute for the binding variable 'node' in
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|