|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Closure
org.codehaus.groovy.runtime.CurriedClosure
public class CurriedClosure
Represents wrapper around a Closure to support currying
Field Summary |
---|
Fields inherited from class groovy.lang.Closure |
---|
DONE, maximumNumberOfParameters, SKIP |
Constructor Summary | |
---|---|
CurriedClosure(Closure uncurriedClosure,
java.lang.Object[] arguments)
|
Method Summary | |
---|---|
java.lang.Object[] |
getUncurriedArguments(java.lang.Object[] arguments)
|
Methods inherited from class groovy.lang.Closure |
---|
asWritable, call, call, call, clone, curry, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getThisObject, isCase, run, setDelegate, setDirective, setProperty, throwRuntimeException |
Methods inherited from class groovy.lang.GroovyObjectSupport |
---|
getMetaClass, invokeMethod, setMetaClass |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurriedClosure(Closure uncurriedClosure, java.lang.Object[] arguments)
Method Detail |
---|
public java.lang.Object[] getUncurriedArguments(java.lang.Object[] arguments)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |