Uses of Class
io.vavr.collection.IteratorModule.ConcatIterator.Cell
-
Packages that use IteratorModule.ConcatIterator.Cell Package Description io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of IteratorModule.ConcatIterator.Cell in io.vavr.collection
Fields in io.vavr.collection declared as IteratorModule.ConcatIterator.Cell Modifier and Type Field Description private IteratorModule.ConcatIterator.Cell<T>
IteratorModule.ConcatIterator. last
(package private) IteratorModule.ConcatIterator.Cell<T>
IteratorModule.ConcatIterator.Cell. next
private IteratorModule.ConcatIterator.Cell<T>
IteratorModule.ConcatIterator. tail
Methods in io.vavr.collection that return IteratorModule.ConcatIterator.Cell Modifier and Type Method Description (package private) IteratorModule.ConcatIterator.Cell<T>
IteratorModule.ConcatIterator.Cell. append(Iterator<T> it)
(package private) static <T> IteratorModule.ConcatIterator.Cell<T>
IteratorModule.ConcatIterator.Cell. of(Iterator<T> it)
-