epoxy-adapter / com.airbnb.epoxy / EpoxyController / add

add

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<*>!): Unit
protected open fun add(@NonNull modelsToAdd: MutableList<out EpoxyModel<*>!>): Unit

Add the models to this controller. Can only be called from inside .