hideModel

open fun hideModel(model: EpoxyModel<out Any>)

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

Parameters

model

The model to hide. This should already be added to the models list.