Packages

final class InExpanded[T <: Txn[T]] extends InRepr[T] with IGeneratorEvent[T, MidiMessage]

Attributes
protected
Linear Supertypes
IGeneratorEvent[T, MidiMessage], IEventImpl[T, MidiMessage], IEvent[T, MidiMessage], Observable[T, MidiMessage], MidiPlatform.InRepr[T], IControl[T], Disposable[T], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InExpanded
  2. IGeneratorEvent
  3. IEventImpl
  4. IEvent
  5. Observable
  6. InRepr
  7. IControl
  8. Disposable
  9. Form
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InExpanded(dev: MidiPlatform.Device)(implicit targets: ITargets[T], cursor: Cursor[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def --->(sink: IEvent[T, Any])(implicit tx: T): Unit

    Connects the given selector to this event.

    Connects the given selector to this event. That is, this event will add the selector to its propagation targets.

    Definition Classes
    IEventImpl → IEvent
  4. def -/->(sink: IEvent[T, Any])(implicit tx: T): Unit

    Disconnects the given selector from this event.

    Disconnects the given selector from this event. That is, this event will remove the selector from its propagation targets.

    Definition Classes
    IEventImpl → IEvent
  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def dispose()(implicit tx: T): Unit
    Definition Classes
    InExpandedDisposable
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def fire(update: MidiMessage)(implicit tx: T): Unit
    Definition Classes
    IGeneratorEvent
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def initControl()(implicit tx: T): Unit
    Definition Classes
    InExpandedIControl
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def react(fun: (T) => (MidiMessage) => Unit)(implicit tx: T): Disposable[T]

    Registers a live observer with this observable.

    Registers a live observer with this observable. The method is called with the observing function which receives the observable's update message of type A, and the method generates an opaque Disposable instance, which may be used to remove the observer eventually (through the dispose method).

    Definition Classes
    IEventImpl → Observable
  20. def received: IEvent[T, MidiMessage]
    Definition Classes
    InExpandedInRepr
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. implicit val targets: ITargets[T]
    Attributes
    protected
    Definition Classes
    InExpanded → IEventImpl
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from IGeneratorEvent[T, MidiMessage]

Inherited from IEventImpl[T, MidiMessage]

Inherited from IEvent[T, MidiMessage]

Inherited from Observable[T, MidiMessage]

Inherited from MidiPlatform.InRepr[T]

Inherited from IControl[T]

Inherited from Disposable[T]

Inherited from Form[T]

Inherited from AnyRef

Inherited from Any

Ungrouped