Class CreateValueHolderClosure
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- groovy.lang.Closure<IValueHolder<?>>
-
- de.uplanet.lucy.server.scripting.groovy.CreateValueHolderClosure
-
- All Implemented Interfaces:
groovy.lang.GroovyCallable<IValueHolder<?>>
,groovy.lang.GroovyObject
,Serializable
,Cloneable
,Runnable
,Callable<IValueHolder<?>>
@Scriptable public final class CreateValueHolderClosure extends groovy.lang.Closure<IValueHolder<?>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateValueHolderClosure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
doCall(Object p_value)
-
Methods inherited from class groovy.lang.Closure
andThen, andThenSelf, andThenSelf, asWritable, call, call, call, clone, compose, composeSelf, composeSelf, 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
-
-