toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-resilience
/
arrow.resilience
/
Schedule
/
Companion
/
doUntil
do
Until
fun
<
Input
>
doUntil
(
predicate
:
suspend
(
input
:
Input
,
output
:
Input
)
->
Boolean
)
:
Schedule
<
Input
,
Input
>
(
source
)
Creates a
Schedule
that continues
until
predicate
returns true.