ToggleableItem

interface ToggleableItem<ITEM>

Functions

getCurrentItem
Link copied to clipboard
abstract fun getCurrentItem(): ITEM
getIds
Link copied to clipboard
abstract fun getIds(): Set<String>
includesId
Link copied to clipboard
abstract fun includesId(id: String): Boolean
next
Link copied to clipboard
abstract fun next()
setById
Link copied to clipboard
abstract fun setById(id: String)