Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience
/
arrow.resilience
/
Schedule
/
doUntil
do
Until
open
fun
doUntil
(
predicate
:
suspend
(
input
:
Input
,
output
:
Output
)
->
Boolean
)
:
Schedule
<
Input
,
Output
>
Runs the
Schedule
until
the
predicate
of
Input
and
Output
returns true. Inverse version of
doWhile
.