-
public interface ModelCollectorInterface 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.
-
-
Method Summary
Modifier and Type Method Description abstract Unitadd(EpoxyModel<?> model)-
-
Method Detail
-
add
abstract Unit add(EpoxyModel<?> model)
-
-
-
-