toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.promise
/
Promise
/
Companion
/
all
all
fun
<
T
>
all
(
values
:
JsIterable
<
PromiseResult
<
T
>
>
)
:
Promise
<
ReadonlyArray
<
T
>
>
(
source
)
fun
<
T
>
all
(
values
:
ReadonlyArray
<
PromiseResult
<
T
>
>
)
:
Promise
<
ReadonlyArray
<
T
>
>
(
source
)