toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-resilience
/
arrow.resilience
/
Schedule
/
doWhile
do
While
fun
doWhile
(
predicate
:
suspend
(
@
UnsafeVariance
Input
,
Output
)
->
Boolean
)
:
Schedule
<
Input
,
Output
>
(
source
)
Runs
this
Schedule
while
the
predicate
of
Input
and
Output
returns
false
.