addModels

open fun addModels(modelsToAdd: Array<EpoxyModel<out Any>>)
open fun addModels(modelsToAdd: Collection<out EpoxyModel<out Any>>)

Adds the models to the end of the models list and notifies that the items wereinserted.