Add

case class Add[T](added: T) extends Change[T]

Indicates a addition in a ObservableSet.

Indicates a addition in a ObservableSet.

Value Params
added

Added element.

See also
trait Serializable
trait Product
trait Equals
trait Change[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

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