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

flatMap

inline fun <O2> flatMap(f: (O) -> Chunk<O2>): Chunk<O2>

Maps f over the elements of this chunk and concatenates the result.

Do you like Arrow?

Arrow Org
<