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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    InvariantEvent → EventLike
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

    Attributes
    protected
    Definition Classes
    InvariantSelector → Selector
  12. 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
  13. def disconnect()(implicit tx: S.Tx): Unit

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Node
  24. val key: Key

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Node
  36. val value: Value

  37. final def wait(): Unit

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

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

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

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

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

    Definition Classes
    Selector
  43. 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