Remove

case class Remove[K, V](key: K, removed: V) extends Change[K, V]

Indicates a removal in an ObservableMap.

Indicates a removal in an ObservableMap.

Value Params
key

Handled Key.

removed

Removed element.

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