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

hideAllAfterModel

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

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

Parameters

model - EpoxyModel<*>!: The model after which to hide. It must exist in the #models list.