toggle menu
core
1.31.1
common
switch theme
search in API
core
/
com.composables.core.androidx.collection
/
ScatterMap
/
forEach
for
Each
inline
fun
forEach
(
block
:
(
key
:
K
,
value
:
V
)
->
Unit
)
Iterates over every key/value pair stored in this map by invoking the specified
block
lambda.