toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.async
/
Promise
/
then
then
abstract
fun
<
S
>
then
(
onFulfilled
:
(
T
)
->
S
?
,
onRejected
:
(
Throwable
)
->
S
?
)
:
Promise
<
S
>