ItemsGenerator

open class ItemsGenerator

Constructors

Link copied to clipboard
@Inject
constructor(dataRepository: DataRepository)

Functions

Link copied to clipboard
Link copied to clipboard
open fun getSpecificFromList(itemModels: List<out ItemModel>): ItemModel
open fun getSpecificFromList(itemModels: List<out ItemModel>, plusK: Float): ItemModel
open fun getSpecificFromList(itemModels: List<out ItemModel>, part: Int, of: Int): ItemModel
open fun getSpecificFromList(itemModels: List<out ItemModel>, part: Int, of: Int, plusK: Float): ItemModel