arrow-fx-coroutines
1.1.3-alpha.24
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
foldLazy
fold
Lazy
common
abstract
fun
<
C
>
foldLazy
(
initial
:
suspend
(
)
->
C
,
f
:
suspend
(
C
,
Output
)
->
C
)
:
Schedule
<
Input
,
C
>
Content copied to clipboard
Accumulates the results of a schedule by folding over them effectfully.