Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Schedule
/
untilOutput
until
Output
fun
untilOutput
(
f
:
suspend
(
Output
)
->
Boolean
)
:
Schedule
<
Input
,
Output
>
(
source
)
untilOutput(f) = whileOutput(f).not()