Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.promise
/
PromiseLike
/
flatThen
flat
Then
abstract
fun
<
R
:
JsAny
?
>
flatThen
(
onFulfilled
:
(
T
)
->
PromiseResult
<
R
>
)
:
PromiseLike
<
R
>
(
source
)
abstract
fun
<
R
:
JsAny
?
>
flatThen
(
onFulfilled
:
(
T
)
->
PromiseResult
<
R
>
,
onRejected
:
(
JsErrorLike
?
)
->
PromiseResult
<
R
>
)
:
PromiseLike
<
R
>
(
source
)