Object/Trait

de.sciss.lucre.event

Map

Related Docs: trait Map | package event

Permalink

object Map extends Type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Map
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Added[S <: Sys[S], K, V](key: K, value: V) extends Change[S, K, V] with Product with Serializable

    Permalink
  2. sealed trait Change[S <: Sys[S], K, V] extends AnyRef

    Permalink
  3. sealed trait Key[K] extends AnyRef

    Permalink

    Cheesy little type class for supported immutable keys.

  4. trait Modifiable[S <: Sys[S], K, Repr[~ <: Sys[~]] <: Elem[~]] extends Map[S, K, Repr]

    Permalink
  5. final case class Removed[S <: Sys[S], K, V](key: K, value: V) extends Change[S, K, V] with Product with Serializable

    Permalink
  6. final case class Replaced[S <: Sys[S], K, V](key: K, before: V, now: V) extends Change[S, K, V] with Product with Serializable

    Permalink
  7. final case class Update[S <: Sys[S], K, Repr[~ <: Sys[~]] <: Elem[~]](map: Map[S, K, Repr], changes: List[Change[S, K, Repr[S]]]) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Key

    Permalink
  5. object Modifiable

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. def init(): Unit

    Permalink
    Definition Classes
    MapTypeType
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def read[S <: Sys[S], K, Repr[~ <: Sys[~]] <: Elem[~]](in: DataInput, access: Map.read.S.Acc)(implicit arg0: Key[K], tx: Map.read.S.Tx): Map[S, K, Repr]

    Permalink
  19. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Map.readIdentifiedObj.S.Acc)(implicit tx: Map.readIdentifiedObj.S.Tx): Obj[S]

    Permalink
    Definition Classes
    MapTypeType
  20. final def readObj[S <: Sys[S]](in: DataInput, access: stm.Obj.Type.readObj.S.Acc)(implicit tx: stm.Obj.Type.readObj.S.Tx): Obj[S]

    Permalink
    Definition Classes
    TypeType
  21. implicit def serializer[S <: Sys[S], K, Repr[~ <: Sys[~]] <: Elem[~]](implicit arg0: Key[K]): Serializer[Map.serializer.S.Tx, Map.serializer.S.Acc, Map[S, K, Repr]]

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final val typeID: Int(24)

    Permalink
    Definition Classes
    MapType
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped