arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / forEach
inline fun forEach(f: (O) -> Unit): Unit
inline fun forEach(f: (O) ->
Unit
):
Invokes the supplied function for each element of this chunk.
Do you like Arrow?