de.sciss.synth.proc.impl.KeyMapImpl

Entry

final class Entry[S <: Sys[S], Key, Value, ValueUpd] extends StandaloneLike[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]]

Linear Supertypes
StandaloneLike[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]], InvariantEvent[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]], InvariantSelector[S], EventImpl[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]], Event[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]], VirtualNodeSelector[S], Selector[S], EventLike[S, (Key, ValueUpd)], Observable[S.Tx, (Key, ValueUpd)], lucre.event.Node[S], VirtualNode[S], Reactor[S], Mutable[S.ID, S.Tx], Disposable[S.Tx], Writable, Identifiable[S.ID], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Entry
  2. StandaloneLike
  3. InvariantEvent
  4. InvariantSelector
  5. EventImpl
  6. Event
  7. VirtualNodeSelector
  8. Selector
  9. EventLike
  10. Observable
  11. Node
  12. VirtualNode
  13. Reactor
  14. Mutable
  15. Disposable
  16. Writable
  17. Identifiable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Entry(targets: Targets[S], key: Key, value: Value)(implicit info: ValueInfo[S, Key, Value, ValueUpd])

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. final def --->(r: Selector[S])(implicit tx: S.Tx): Unit

    Definition Classes
    InvariantEvent → EventLike
  4. final def -/->(r: Selector[S])(implicit tx: S.Tx): Unit

    Definition Classes
    InvariantEvent → EventLike
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def connect()(implicit tx: S.Tx): Unit

    Definition Classes
    Entry → EventLike
  9. final def cookie: Int

    Attributes
    protected
    Definition Classes
    InvariantSelector → Selector
  10. final def devirtualize[A1, R1](reader: Reader[S, R1])(implicit tx: S.Tx): Event[S, A1, R1 with lucre.event.Node[S]]

    Definition Classes
    Event → VirtualNodeSelector
  11. def disconnect()(implicit tx: S.Tx): Unit

    Definition Classes
    Entry → EventLike
  12. final def dispose()(implicit tx: S.Tx): Unit

    Definition Classes
    Node → Disposable
  13. def disposeData()(implicit tx: S.Tx): Unit

    Attributes
    protected
    Definition Classes
    Entry → Node
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean

    Definition Classes
    StandaloneLike → VirtualNodeSelector → Reactor → AnyRef → Any
  16. def finalize(): Unit

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

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

    Definition Classes
    StandaloneLike → VirtualNodeSelector → Reactor → AnyRef → Any
  19. final def id: S.ID

    Definition Classes
    Node → Identifiable
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def isInvalid(implicit tx: S.Tx): Boolean

    Attributes
    protected
    Definition Classes
    Node
  22. val key: Key

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def node: Entry[S, Key, Value, ValueUpd] with lucre.event.Node[S]

    Definition Classes
    StandaloneLike → Event → VirtualNodeSelector
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def pullUpdate(pull: Pull[S])(implicit tx: S.Tx): Option[(Key, ValueUpd)]

    Definition Classes
    Entry → EventLike
  28. final def react(fun: (S.Tx) ⇒ ((Key, ValueUpd)) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Definition Classes
    EventImpl → EventLike → Observable
  29. def reader: Reader[S, Entry[S, Key, Value, ValueUpd]]

    Attributes
    protected
    Definition Classes
    Entry → EventImpl
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. val targets: Targets[S]

    Attributes
    protected
    Definition Classes
    Entry → Node
  32. def toString(): String

    Definition Classes
    StandaloneLike → VirtualNodeSelector → Node → AnyRef → Any
  33. final def validated()(implicit tx: S.Tx): Unit

    Attributes
    protected
    Definition Classes
    Node
  34. val value: Value

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def write(out: DataOutput): Unit

    Definition Classes
    Node → Writable
  39. def writeData(out: DataOutput): Unit

    Attributes
    protected
    Definition Classes
    Entry → Node
  40. final def writeSelector(out: DataOutput): Unit

    Definition Classes
    Selector
  41. final def writeSelectorData(out: DataOutput): Unit

    Attributes
    protected
    Definition Classes
    VirtualNodeSelector → Selector

Inherited from StandaloneLike[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]]

Inherited from InvariantEvent[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]]

Inherited from InvariantSelector[S]

Inherited from EventImpl[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]]

Inherited from Event[S, (Key, ValueUpd), Entry[S, Key, Value, ValueUpd]]

Inherited from VirtualNodeSelector[S]

Inherited from Selector[S]

Inherited from EventLike[S, (Key, ValueUpd)]

Inherited from Observable[S.Tx, (Key, ValueUpd)]

Inherited from lucre.event.Node[S]

Inherited from VirtualNode[S]

Inherited from Reactor[S]

Inherited from Mutable[S.ID, S.Tx]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from Identifiable[S.ID]

Inherited from AnyRef

Inherited from Any

Ungrouped