epoxy-adapter / com.airbnb.epoxy / EpoxyAdapter / hideModels

hideModels

protected open fun hideModels(models: MutableIterable<EpoxyModel<*>!>!): Unit

Hides the given models, and notifies that each item changed if the item wasn't already hidden.

Parameters

models - MutableIterable<EpoxyModel<*>!>!: The models to hide. They should already be added to the #models list.

protected open fun hideModels(vararg models: EpoxyModel<*>!): Unit

Hides the given models, and notifies that each item changed if the item wasn't already hidden.

Parameters

models - EpoxyModel<*>!: The models to hide. They should already be added to the #models list.