plus
operator fun <Model : ChartEntryModel> Model.plus(other: Model): ComposedChartEntryModel<ChartEntryModel>
Combines two ChartEntryModel implementations—the receiver and other—into a ComposedChartEntryModel.
Combines two ChartEntryModel implementations—the receiver and other—into a ComposedChartEntryModel.