waitUntil

public final static WaitUntilCommand waitUntil(Function0<Boolean> function)

Creates a WaitUntilCommand that waits until the given condition is true.

Return

A WaitUntilCommand that waits until the condition is true.

Parameters

function

The condition to evaluate.