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), Entry[S, Key, Value, ValueUpd]], Node[S], VirtualNode[S], Reactor[S], Mutable[ID, Tx], Disposable[Tx], Writable, Identifiable[ID], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Entry
  2. StandaloneLike
  3. InvariantEvent
  4. InvariantSelector
  5. EventImpl
  6. Event
  7. VirtualNodeSelector
  8. Selector
  9. EventLike
  10. Node
  11. VirtualNode
  12. Reactor
  13. Mutable
  14. Disposable
  15. Writable
  16. Identifiable
  17. AnyRef
  18. Any
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: Tx): Unit

    Definition Classes
    InvariantEvent → EventLike
  5. final def -/->(r: Selector[S])(implicit tx: 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def connect()(implicit tx: 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: Tx): Event[S, A1, R1 with Node[S]]

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

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

    Definition Classes
    Node → Disposable
  15. def disposeData()(implicit tx: 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Node → Identifiable
  22. final def invalidate()(implicit tx: Tx): Unit

    Attributes
    protected
    Definition Classes
    Node
  23. final def isInstanceOf[T0]: Boolean

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

    Attributes
    protected
    Definition Classes
    Node
  25. final def isSource(pull: Pull[S]): Boolean

    Definition Classes
    EventImpl → EventLike
  26. val key: Key

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

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

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

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

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

    Definition Classes
    Entry → EventLike
  32. final def react[A1 >: (Key, ValueUpd)](fun: (A1) ⇒ Unit)(implicit tx: Tx): Observer[S, A1, Entry[S, Key, Value, ValueUpd]]

    Definition Classes
    EventImpl → EventLike
  33. final def reactTx[A1 >: (Key, ValueUpd)](fun: (Tx) ⇒ (A1) ⇒ Unit)(implicit tx: Tx): Observer[S, A1, Entry[S, Key, Value, ValueUpd]]

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Node
  39. val value: Value

  40. final def wait(): Unit

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

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

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

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

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

    Definition Classes
    Selector
  46. 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), Entry[S, Key, Value, ValueUpd]]

Inherited from Node[S]

Inherited from VirtualNode[S]

Inherited from Reactor[S]

Inherited from Mutable[ID, Tx]

Inherited from Disposable[Tx]

Inherited from Writable

Inherited from Identifiable[ID]

Inherited from AnyRef

Inherited from Any