avail
2.0.0.alpha06
avail
/
avail.descriptor.maps
/
A_Map
/
Companion
/
forEach
for
Each
fun
A_Map
.
forEach
(
action
:
(
AvailObject
,
AvailObject
)
->
Unit
)
Content copied to clipboard
Execute the given action with each key and value.
Parameters
action
The action to perform for each key and value pair.