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

hideModel

protected open fun hideModel(model: EpoxyModel<*>!): Unit

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

Parameters

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