Remove

case class Remove[T](removed: T) extends Change[T]

Indicates a removal in an ObservableSet.

Indicates a removal in an ObservableSet.

Value Params
removed

Removed 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