Remove

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

Indicates a removal in an ObservableMap.

Value parameters

key

Handled Key.

removed

Removed element.

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