DevCore
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DevCore
task-sequence
/
com.peco2282.devcore.tasksequence
/
TaskSequenceBuilder
/
repeatUntil
repeat
Until
suspend
fun
repeatUntil
(
condition
:
(
)
->
Boolean
,
block
:
suspend
TaskSequenceBuilder
.
(
)
->
Unit
)
Repeats the
block
until
condition
is true.
Parameters
condition
The condition to check.
block
The block to execute.