public final class SumClosure
extends groovy.lang.Closure
Modifier and Type | Field and Description |
---|---|
private static SumClosure |
ourInstance |
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
private |
SumClosure() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(java.lang.Object[] args) |
static SumClosure |
getInstance() |
asWritable, call, call, clone, curry, curry, dehydrate, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException, trampoline, trampoline
private static final long serialVersionUID
private static final SumClosure ourInstance
public static SumClosure getInstance()
public java.lang.Object call(java.lang.Object[] args)
call
in class groovy.lang.Closure