toggle menu
core
1.31.1
common
switch theme
search in API
core
/
com.composables.core.androidx.collection
/
ObjectFloatMap
/
forEachValue
for
Each
Value
inline
fun
forEachValue
(
block
:
(
value
:
Float
)
->
Unit
)
Iterates over every value stored in this map by invoking the specified
block
lambda.