<R> Promise<R> |
FailedPromiseImpl.then(Success<? super T,? extends R> success,
Failure failure) |
Chain a new Promise to this Promise with Success and Failure callbacks.
|
<R> Promise<R> |
Promise.then(Success<? super T,? extends R> success) |
Chain a new Promise to this Promise with a Success callback.
|
<R> Promise<R> |
Promise.then(Success<? super T,? extends R> success,
Failure failure) |
Chain a new Promise to this Promise with Success and Failure callbacks.
|
<R> Promise<R> |
PromiseImpl.then(Success<? super T,? extends R> success) |
Chain a new Promise to this Promise with a Success callback.
|
<R> Promise<R> |
PromiseImpl.then(Success<? super T,? extends R> success,
Failure failure) |
Chain a new Promise to this Promise with Success and Failure callbacks.
|
<R> Promise<R> |
ResolvedPromiseImpl.then(Success<? super T,? extends R> success,
Failure failure) |
Chain a new Promise to this Promise with Success and Failure callbacks.
|