Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.collections
/
MapLike
/
forEach
for
Each
abstract
fun
forEach
(
action
:
(
value
:
V
,
key
:
K
)
->
Unit
)
(
source
)