Class CollectManyIterator<IN,​T>

  • All Implemented Interfaces:
    Iterable<T>, Iterator<T>

    public abstract class CollectManyIterator<IN,​T>
    extends Object
    implements Iterable<T>, Iterator<T>
    Translate each element of first sequence to sequence of another elements, and serve these through Iterator