foldLazy

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

Accumulates the results of a schedule by folding over them effectfully.