Add

scalafx.collections.ObservableSet.Add
case class Add[T](added: T) extends Change[T]

Indicates a addition in a ObservableSet.

Value parameters

added

Added element.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product