| Modifier and Type | Field and Description |
|---|---|
private V |
value
The wrapped result of the promise.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SequentialPromise()
No-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
V |
get() |
void |
put(V newValue)
The operation may fail if the single assignment property is violated.
|
boolean |
resolved() |