hideAllAfterModel

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

Hides all models currently located after the given model in the models list.

Parameters

model

The model after which to hide. It must exist in the models list.