static A waitForVarToBeNotNullWithTimeout(Var v, long timeout) { waitForVarToChange_withTimeout(v, null, timeout); ret v!; }