T - the type of the outcome objectpublic interface SuccessPromise<T> extends PromiseOperations<T>
See Promise.
Promise| Modifier and Type | Method and Description |
|---|---|
void |
then(Action<? super T> then)
Specifies what should be done with the promised object when it becomes available.
|
@NonBlocking void then(Action<? super T> then)
then - the receiver of the promised value