goog.result.SimpleResult |
goog.result.DependentResultImpl_ | goog.result.SimpleResult |
![]()
Calls the handlers registered for this Result.
|
code » | |||
Cancels the Result.
Returns: boolean
Whether the result was canceled. It will not be canceled if
the result was already canceled or has already resolved.
|
code » | |||
![]()
No description.
|
code » | |||
![]()
No description.
|
code » | |||
![]()
No description.
|
code » | |||
![]()
No description.
|
code » | |||
No description.
Returns: boolean
Whether the Result is pending.
|
code » | |||
![]()
Sets the Result to be an error Result.
Arguments:
|
code » | |||
![]()
Sets the value of this Result, changing the state.
Arguments:
|
code » | |||
![]()
No description.
|
code » | |||
![]()
Attaches handlers to be called when the value of this Result is available.
Arguments:
|
code » |
Creates a SimpleResult that fires when the given promise resolves.
Use only during migration to Promises.
Arguments:
|
code » |
![]()
A waiting handler entry.
|
Code » |