arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / Empty

Empty

object Empty : Chunk<Nothing>

Functions

copyToArray_ fun copyToArray_(xs: Array<Any?>, start: Int): Unit
get Returns the element at the specified index. Throws if index is < 0 or >= size.fun get(i: Int): Nothing
size Returns the number of elements in this chunk.fun size(): Int
splitAtChunk_ Splits this chunk in to two chunks at the specified index n, which is guaranteed to be in-bounds.fun splitAtChunk_(n: Int): Pair<Chunk<Nothing>, Chunk<Nothing>>

Do you like Arrow?

Arrow Org
<