updateAll

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

Updates the entries specified by dataMap in the map and emits a change message to surrounding observers

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

Return

true if all of the entries were updated, false otherwise