arrow-fx-coroutines / arrow.fx.coroutines.stream / flatten
fun <O, R> Pull<O, Pull<O, R>>.flatten(): Pull<O, R>fun <O> Stream<Stream<O>>.flatten(): Stream<O>
Flattens a stream of streams in to a single stream by concatenating each stream.
Do you like Arrow?
✖