protected open fun getAllModelsAfter(model: EpoxyModel<*>!): MutableList<EpoxyModel<*>!>!
Returns a sub list of all items in #models that occur after the given model. This list is backed by the original models list, any changes to the returned list will be reflected in the original #models list.
model - EpoxyModel<*>!: Must exist in #models.