arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / flatMap
inline fun <O2> flatMap(f: (O) -> Chunk<O2>): Chunk<O2>
inline fun <O2> flatMap(f: (O) ->
Chunk
<O2>):
<O2>
Maps f over the elements of this chunk and concatenates the result.
f
Do you like Arrow?