arrow-fx-coroutines / arrow.fx.coroutines / Schedule / foldLazy
abstract fun <C> foldLazy(initial: suspend () -> C, f: suspend (acc: C, output: Output) -> C):
Schedule
<Input, C>
Accumulates the results of a schedule by folding over them effectfully.
Do you like Arrow?
✖