Package io.vavr.collection
Class IteratorModule.ConcatIterator.Cell<T>
- java.lang.Object
-
- io.vavr.collection.IteratorModule.ConcatIterator.Cell<T>
-
- Enclosing class:
- IteratorModule.ConcatIterator<T>
private static class IteratorModule.ConcatIterator.Cell<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Cell()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) IteratorModule.ConcatIterator.Cell<T>
append(Iterator<T> it)
(package private) static <T> IteratorModule.ConcatIterator.Cell<T>
of(Iterator<T> it)
-
-
-
Field Detail
-
next
IteratorModule.ConcatIterator.Cell<T> next
-
-
Method Detail
-
of
static <T> IteratorModule.ConcatIterator.Cell<T> of(Iterator<T> it)
-
append
IteratorModule.ConcatIterator.Cell<T> append(Iterator<T> it)
-
-