Add

class Add<K, V>(key: K, val newValue: V) : IViewableMap.Event<K, V>

Constructors

Link copied to clipboard
fun <K, V> Add(key: K, newValue: V)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val key: K
Link copied to clipboard
val newValue: V
Link copied to clipboard
val newValueOpt: V?

Returns the new value for add or update events, or null for removal events.