addAll

fun addAll(dataMap: Map<K, D>): Boolean

Adds the key-value pair entries from dataMap to the map and emits a change message to surrounding observers

The change snapshot will contain a copy of the entries that were just added

Return

true if all of the entries were added, false otherwise