goog.result.SimpleResult | |
goog.result.DependentResultImpl_ | goog.result.SimpleResult |
parentResults
: !Array.<!goog.result.Result>
A list of Results that
will affect the eventual value of this Result.
|
![]()
Adds a Result to the list of Results that affect this one.
Arguments:
|
code » | ||
![]()
No description.
|
code » |
![]()
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 » |
![]()
No description.
|
Code » |