waitWhile

fun waitWhile(condition: BooleanSupplier)

Wait until a condition is no longer met.

Parameters

condition

The condition to wait during