[Java] Class IteratorClosureAdapter<T>

  • org.codehaus.groovy.runtime.IteratorClosureAdapter

A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way

Authors:
James Strachan

Constructor Detail

public IteratorClosureAdapter(Object delegate)

Method Detail

public List<T> asList()

protected Object doCall(T argument)

public MetaClass getMetaClass()

public void setMetaClass(MetaClass metaClass)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/IteratorClosureAdapter.html