loopUntil

inline fun loopUntil(lambda: () -> Boolean)

Execute the given lambda repeatedly until it returns true.

Author

Mark van Gulik

Parameters

lambda

The action to perform until it returns true.