get All Models After
open fun getAllModelsAfter(model: EpoxyModel<out Any>): List<EpoxyModel<out Any>>
Content copied to clipboard
Returns a sub list of all items in models that occur after the given model. This listis backed by the original models list, any changes to the returned list will be reflected inthe original models list.
Parameters
model
Must exist in models.