forEach

fun A_Map.forEach(action: (AvailObject, AvailObject) -> Unit)

Execute the given action with each key and value.

Parameters

action

The action to perform for each key and value pair.