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