hideModels

open fun hideModels(epoxyModels: Iterable<EpoxyModel<out Any>>)
open fun hideModels(models: Array<EpoxyModel<out Any>>)

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

Parameters

models

The models to hide. They should already be added to the models list.