arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / map
inline fun <A> map(f: (O) -> A): Chunk<A>
inline fun <A> map(f: (O) -> A):
Chunk
<A>
Creates a new chunk by applying f to each element in this chunk.
f
Do you like Arrow?