mona-dish
Preparing search index...
IPromise
Interface IPromise
interface
IPromise
{
catch
(
executorFunc
:
(
val
:
any
)
=>
any
)
:
IPromise
;
finally
(
executorFunc
:
()
=>
void
)
:
IPromise
;
then
(
executorFunc
:
(
val
:
any
)
=>
any
)
:
IPromise
;
}
Index
Methods
catch
finally
then
Methods
catch
catch
(
executorFunc
:
(
val
:
any
)
=>
any
)
:
IPromise
Parameters
executorFunc
:
(
val
:
any
)
=>
any
Returns
IPromise
finally
finally
(
executorFunc
:
()
=>
void
)
:
IPromise
Parameters
executorFunc
:
()
=>
void
Returns
IPromise
then
then
(
executorFunc
:
(
val
:
any
)
=>
any
)
:
IPromise
Parameters
executorFunc
:
(
val
:
any
)
=>
any
Returns
IPromise
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
catch
finally
then
mona-dish
Loading...