addAll

fun addAll(dataList: List<D>): Boolean

Adds dataList to the list and emits a change message to surrounding observers

The change snapshot will contain a copy of dataList that was just added

Return

true always