epoxy-adapter / com.airbnb.epoxy / EpoxyControllerAdapter / getModelById

getModelById

@Nullable fun getModelById(id: Long): EpoxyModel<*>?

Searches the current model list for the model with the given id. Returns the matching model if one is found, otherwise null is returned.