protected open fun hideModel(model: EpoxyModel<*>!): Unit
Hides the given model, and notifies that the item changed if the item wasn't already hidden.
model - EpoxyModel<*>!: The model to hide. This should already be added to the #models list.