protected open fun hideAllAfterModel(model: EpoxyModel<*>!): Unit
Hides all models currently located after the given model in the #models list.
#models
model - EpoxyModel<*>!: The model after which to hide. It must exist in the #models list.
model