| Modifier and Type | Interface and Description |
|---|---|
interface |
Deferred<T,F,P>
A representation of a computation allowing listeners to be notified of state changes.
|
| Modifier and Type | Method and Description |
|---|---|
Promise<T,F,P> |
Promise.onReject(OnReject<F> then)
Triggered when
Deferred.reject(Object) is the first terminal method called. |
Deferred<T,F,P> |
Deferred.onReject(OnReject<F> then)
Triggered when
Deferred.reject(Object) is the first terminal method called. |
Copyright © 2014 MachineCode. All rights reserved.