Search
Preparing search index...
The search index is not available
EF Promise
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"IPromise"
IMutable
Interface IMutable<T, E>
Type parameters
T
E
Hierarchy
IImmutable
IMutable
IMutable
Index
Methods
catch
finally
then
Methods
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
catch
finally
then
IStatic