public class FromFunctionClosure<T>
extends groovy.lang.Closure<T>
Constructor and Description |
---|
FromFunctionClosure(java.lang.Class<GroovyJavaMethods> owner,
|
Modifier and Type | Method and Description |
---|---|
T |
doCall(java.lang.Object it) |
asWritable, call, 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, trampoline, trampoline
public FromFunctionClosure(java.lang.Class<GroovyJavaMethods> owner,job)
public T doCall(java.lang.Object it) throws java.lang.Exception
java.lang.Exception