toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-resilience
/
arrow.resilience
/
Schedule
/
doUntil
do
Until
fun
doUntil
(
predicate
:
suspend
(
input
:
@
UnsafeVariance
Input
,
output
:
Output
)
->
Boolean
)
:
Schedule
<
Input
,
Output
>
(
source
)
Runs the
Schedule
until
the
predicate
of
Input
and
Output
returns true. Inverse version of
doWhile
.