public class IteratorClosureAdapter<T> extends Closure
A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way
Fields inherited from class | Fields |
---|---|
class Closure |
DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, OWNER_FIRST, OWNER_ONLY, TO_SELF, maximumNumberOfParameters, parameterTypes |
Constructor and description |
---|
IteratorClosureAdapter(Object delegate) |
Type Params | Return Type | Name and description |
---|---|---|
|
public List<T> |
asList() |
|
protected Object |
doCall(T argument) |
|
public MetaClass |
getMetaClass() |
|
public void |
setMetaClass(MetaClass metaClass) |
Methods inherited from class | Name |
---|---|
class Closure |
andThen, andThenSelf, andThenSelf, asWritable, call, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, doCall, 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, throwRuntimeException, trampoline, trampoline |
class GroovyObjectSupport |
getMetaClass, setMetaClass |
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.