Class IteratorModule.ConcatIterator<T>

java.lang.Object
io.vavr.collection.AbstractIterator<T>
io.vavr.collection.IteratorModule.ConcatIterator<T>
All Implemented Interfaces:
Foldable<T>, Iterator<T>, Traversable<T>, Value<T>, Iterable<T>, Iterator<T>
Enclosing interface:
IteratorModule

public static final class IteratorModule.ConcatIterator<T> extends AbstractIterator<T>