open fun add(@NonNull model: EpoxyModel<*>): Unit
Overrides ModelCollector.add
Add the model to this controller. Can only be called from inside .
protected open fun add(@NonNull vararg modelsToAdd: EpoxyModel<*>!): Unitprotected open fun add(@NonNull modelsToAdd: MutableList<out EpoxyModel<*>!>): Unit
Add the models to this controller. Can only be called from inside .