arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / just
fun <O> just(o: O): Chunk<O>
fun <O> just(o: O):
Chunk
<O>
Creates a chunk consisting of a single element.
Do you like Arrow?