Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
foldLazy
fold
Lazy
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.