Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-resilience
/
arrow.resilience
/
Schedule
/
doWhile
do
While
open
fun
doWhile
(
predicate
:
suspend
(
Input
,
Output
)
->
Boolean
)
:
Schedule
<
Input
,
Output
>
Runs
this
Schedule
while
the
predicate
of
Input
and
Output
returns
false
.