Search
Preparing search index...
The search index is not available
EF Promise
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"cancellable/resolvable/IPromise"
IMutable
Interface IMutable<T, E>
Type parameters
T
E
Hierarchy
IImmutable
IMutable
<
T
,
E
>
IMutable
IMutable
Implemented by
CancellableResolvablePromise
Index
Properties
cancelled
is
Cancelled
resolve
Methods
cancel
catch
finally
then
Properties
cancelled
cancelled
:
boolean
is
Cancelled
is
Cancelled
:
boolean
resolve
resolve
:
Resolve
<
T
>
Methods
cancel
cancel
(
reason
?:
undefined
|
string
)
:
void
Parameters
Optional
reason:
undefined
|
string
Returns
void
catch
catch<R>
(
reject
?:
OnRejected
<
R
,
E
>
)
:
IMutable
<
T
|
R
,
E
>
Type parameters
R
Parameters
Optional
reject:
OnRejected
<
R
,
E
>
Returns
IMutable
<
T
|
R
,
E
>
finally
finally
(
callback
?:
OnFinally
)
:
IMutable
<
T
,
E
>
Parameters
Optional
callback:
OnFinally
Returns
IMutable
<
T
,
E
>
then
then<F, R>
(
fulfill
:
OnFulfilled
<
T
,
F
>
, reject
?:
OnRejected
<
R
,
E
>
)
:
IMutable
<
F
|
R
,
E
>
Type parameters
F
R
Parameters
fulfill:
OnFulfilled
<
T
,
F
>
Optional
reject:
OnRejected
<
R
,
E
>
Returns
IMutable
<
F
|
R
,
E
>
Globals
"
Cancelled"
"
Error"
"
Executor"
"
Finally"
"
Fulfilled"
"IPromise"
"
OnCancel"
"
OnFinally"
"
OnFulfilled"
"
OnRejected"
"
Reject"
"
Rejected"
"
Resolve"
"cancellable/
Executor"
"cancellable/IPromise"
"cancellable/
Promise"
"cancellable/rejectable/IPromise"
"cancellable/rejectable/
Promise"
"cancellable/resolvable/IPromise"
"cancellable/resolvable/
Promise"
"cancellable/resolvable/rejectable/IPromise"
"cancellable/resolvable/rejectable/
Promise"
"error/
Cancelled"
"index"
"nothing"
IImmutable
IMutable
cancelled
is
Cancelled
resolve
cancel
catch
finally
then
IStatic