Add

case class Add[K, V](key: K, added: V) extends Change[K, V]

Indicates an addition in an ObservableMap.

Indicates an addition in an ObservableMap.

Value Params
added

Added element.

key

Handled Key.

See also
trait Serializable
trait Product
trait Equals
trait Change[K, V]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product