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