epoxy-adapter / com.airbnb.epoxy / EpoxyModelGroup / <init>

<init>

EpoxyModelGroup(@LayoutRes layoutRes: Int, models: MutableCollection<out EpoxyModel<*>!>!)

Parameters

layoutRes - Int: The layout to use with these models.

models - MutableCollection<out EpoxyModel<*>!>!: The models that will be used to bind the views in the given layout.

EpoxyModelGroup(@LayoutRes layoutRes: Int, vararg models: EpoxyModel<*>!)

Parameters

layoutRes - Int: The layout to use with these models.

models - EpoxyModel<*>!: The models that will be used to bind the views in the given layout.

protected EpoxyModelGroup()
protected EpoxyModelGroup(@LayoutRes layoutRes: Int)

Constructor use for DSL