ModelCollector

interface ModelCollector

Interface used to collect models. Used by EpoxyController. It is also convenient to build DSL helpers for carousel: @link https://github.com/airbnb/epoxy/issues/847.

Functions

add
Link copied to clipboard
abstract fun add(model: EpoxyModel<*>)

Inheritors

EpoxyController
Link copied to clipboard
GroupModel
Link copied to clipboard