Class ForEachBuilderImpl<E,​R extends java.lang.Iterable<E>>

  • All Implemented Interfaces:
    ForEachBuilder<E,​R>

    public class ForEachBuilderImpl<E,​R extends java.lang.Iterable<E>>
    extends java.lang.Object
    implements ForEachBuilder<E,​R>
    Loop builder is a builder providing the spec with looping information to be executed.
    Author:
    Erhan Bagdemir