org.codehaus.groovy.runtime
Class CurriedClosure
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure
org.codehaus.groovy.runtime.CurriedClosure
- All Implemented Interfaces:
- Cloneable, GroovyObject, Runnable
- public class CurriedClosure
- extends Closure
Represents wrapper around a Closure to support currying
- Author:
- Jochen Theodorou
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 |
CurriedClosure
public CurriedClosure(Closure uncurriedClosure,
Object[] arguments)
getUncurriedArguments
public Object[] getUncurriedArguments(Object[] arguments)
Copyright © 2003-2007 The Codehaus. All Rights Reserved.