public class PromiseImpl<T> extends FutureImpl<T> implements Promise<T>
| Constructor and Description |
|---|
PromiseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDone(T result,
Throwable error) |
get, get, get, getError, isDone, isSuccessful, setError, setResultCopyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.