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