public class Waiter extends Object
| Modifier and Type | Field and Description |
|---|---|
static Timeout |
DEFAULT_DELTA |
| Constructor and Description |
|---|
Waiter(Timeout waitTime) |
Waiter(Timeout waitTime,
Timeout delta) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ensureState(State<T> state) |
<T> T |
ensureValue(T value,
State<T> state) |
<T> T |
waitState(State<T> state) |
<T> T |
waitValue(T value,
State<T> state) |
Copyright © 2018. All rights reserved.