Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.iterable
/
JsIterator
/
map
map
fun
<
R
:
JsAny
?
>
map
(
transform
:
(
T
)
->
R
)
:
JsIterator
<
R
>
(
source
)