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