Class IteratorClosureAdapter<T>

  • All Implemented Interfaces:
    GroovyCallable, GroovyObject, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable, java.util.concurrent.Callable

    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
    See Also:
    Serialized Form
    • Constructor Detail

      • IteratorClosureAdapter

        public IteratorClosureAdapter​(java.lang.Object delegate)