Searched refs:BaseAdapterItemType (Results 1 – 6 of 6) sorted by relevance
19 interface BaseAdapterItemType interface21 infix fun BaseAdapterItemType.with(data: Any): AdapterItemWrapper =24 infix fun BaseAdapterItemType.withId(id: Any): AdapterItemWrapper =
20 val type: BaseAdapterItemType,50 type: BaseAdapterItemType = this.type,
26 T : BaseAdapterItemType,29 protected val viewTypes: List<BaseAdapterItemType> =
27 ) : BaseAdapterItemType {
27 ) where T : BaseAdapterItemType, T : Enum<T> { in <lambda>()
19 …oidx.compose.integration.macrobenchmark.target.complexdifferenttypeslist.common.BaseAdapterItemType22 enum class SquadViewType : BaseAdapterItemType {