epoxy-adapter / com.airbnb.epoxy / EpoxyAdapter / addModels

addModels

protected open fun addModels(vararg modelsToAdd: EpoxyModel<*>!): Unit
protected open fun addModels(modelsToAdd: MutableCollection<out EpoxyModel<*>!>!): Unit

Adds the models to the end of the #models list and notifies that the items were inserted.