Arrow
Toggle table of contents
2.0.1
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience
/
arrow.resilience
/
Schedule
/
Companion
/
doUntil
do
Until
fun
<
Input
>
doUntil
(
predicate
:
suspend
(
input
:
Input
,
output
:
Input
)
->
Boolean
)
:
Schedule
<
Input
,
Input
>
Creates a
Schedule
that continues
until
predicate
returns true.