Companion

object Companion

Functions

Link copied to clipboard
fun <K, V> addition(map: Map<K, V>, key: K, value: V): MapChange<K, V>

Creates a SetChange describing items added to an ObservableSet. You only need to use this when creating your own ObservableSet implementation.

Link copied to clipboard
fun <K, V> removal(key: K, value: V): MapChange<K, V>

Creates a SetChange describing items removed from an ObservableSet. You only need to use this when creating your own ObservableSet implementation.