arrow-fx-coroutines / arrow.fx.coroutines / Schedule / foldM
fun <C> ~~foldM~~(initial: suspend () -> C, f: suspend (acc: C, output: Output) -> C): Schedule<Input, C> Deprecated: foldM is renamed to foldLazy.
fun <C> ~~foldM~~(initial: suspend () -> C, f: suspend (acc: C, output: Output) -> C):
Schedule
<Input, C>
Do you like Arrow?