| Constructor and Description |
|---|
AndPromise(Collection<Promise> collection) |
AndPromise(Promise<?>... values) |
| Modifier and Type | Method and Description |
|---|---|
Void |
get() |
Promise[] |
getValues() |
boolean |
isReady() |
asPromise, getDescription, Voidpublic AndPromise(Promise<?>... values)
public AndPromise(Collection<Promise> collection)