arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / iterator
operator fun iterator():
Iterator
<O>
Creates an iterator that iterates the elements of this chunk. The returned iterator is not thread safe.
fun iterator(n:
Int
):
Iterator
<O>
Creates an iterator that iterates the elements of this chunk starting at index n. The returned iterator is not thread safe.
Do you like Arrow?
✖