|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpreadList | |
groovy.lang | |
org.codehaus.groovy.runtime |
Uses of SpreadList in groovy.lang |
Methods in groovy.lang with parameters of type SpreadList | |
boolean |
SpreadList.equals(SpreadList that)
Compares this with another spreadlist. |
Uses of SpreadList in org.codehaus.groovy.runtime |
Methods in org.codehaus.groovy.runtime that return SpreadList | |
static SpreadList |
InvokerHelper.spreadList(Object value)
|
static SpreadList |
DefaultGroovyMethods.spread(List self)
Returns the converted SpreadList of the given self . |
static SpreadList |
DefaultGroovyMethods.spread(Object[] self)
Returns the converted SpreadList of the given self . |
static SpreadList |
DefaultGroovyMethods.toSpreadList(List self)
Returns the converted SpreadList of the given self . |
static SpreadList |
DefaultGroovyMethods.toSpreadList(Object[] self)
Returns the converted SpreadList of the given self . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |