arrow-fx-coroutines / arrow.fx.coroutines / Schedule / fold

fold

fun <C> fold(initial: C, f: suspend (acc: C, output: Output) -> C): Schedule<Input, C>

Non-effectful version of foldM.

Do you like Arrow?

Arrow Org
<