Add

scalafx.collections.ObservableMap.Add
case class Add[K, V](key: K, added: V) extends Change[K, V]

Indicates an addition in an ObservableMap.

Value parameters

added

Added element.

key

Handled Key.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product