API reference
API reference
Select your platform
No SDKs available
No versions available

MapDelegate

MapDelegate

class MapDelegate<KeyT, ValT>(component: ComponentBase, parent: ExperimentalMapAttribute<KeyT, ValT>)

Constructors

NameSummary
MapDelegate
constructor(component: ComponentBase, parent: ExperimentalMapAttribute<KeyT, ValT>)

Functions

NameSummary
containsKey
fun containsKey(k: KeyT): Boolean
get
operator fun get(k: KeyT): ValT?
remove
fun remove(k: KeyT)
set
operator fun set(k: KeyT, v: ValT)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon