arrow-fx-coroutines / arrow.fx.coroutines / Schedule / fold
fun <C> fold(initial: C, f: suspend (acc: C, output: Output) -> C): Schedule<Input, C>
fun <C> fold(initial: C, f: suspend (acc: C, output: Output) -> C):
Schedule
<Input, C>
Non-effectful version of foldM.
Do you like Arrow?