Packages

final class Expanded[T <: Txn[T]] extends Repr[T] with IControlImpl[T] with IChangeGeneratorEvent[T, (Message, PeerSocketAddress)]

Attributes
protected
Linear Supertypes
IChangeGeneratorEvent[T, (Message, PeerSocketAddress)], IChangeEventImpl[T, (Message, PeerSocketAddress)], IChangeEvent[T, (Message, PeerSocketAddress)], IGeneratorEvent[T, Change[(Message, PeerSocketAddress)]], IEventImpl[T, Change[(Message, PeerSocketAddress)]], IEvent[T, Change[(Message, PeerSocketAddress)]], Observable[T, Change[(Message, PeerSocketAddress)]], IControlImpl[T], Repr[T], IControl[T], Disposable[T], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expanded
  2. IChangeGeneratorEvent
  3. IChangeEventImpl
  4. IChangeEvent
  5. IGeneratorEvent
  6. IEventImpl
  7. IEvent
  8. Observable
  9. IControlImpl
  10. Repr
  11. IControl
  12. Disposable
  13. Form
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Expanded(peer: OscUdpNode, localPort: Int, localHost: String)(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. implicit val cursor: Cursor[T]
    Attributes
    protected
  9. def dispose()(implicit tx: T): Unit
    Definition Classes
    Expanded → IControlImpl → Disposable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def fire(update: Change[(Message, PeerSocketAddress)])(implicit tx: T): Unit
    Definition Classes
    IGeneratorEvent
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def initControl()(implicit tx: T): Unit

    The default does nothing.

    The default does nothing. Sub-classes may override this.

    Definition Classes
    Expanded → IControlImpl → IControl
  16. def initExpanded()(implicit tx: T, ctx: Context[T]): Expanded.this.type
  17. final def initProperty[A](key: String, default: A)(set: (T) => (A) => Unit)(implicit tx: T, ctx: Context[T]): Unit
    Attributes
    protected
    Definition Classes
    IControlImpl
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def message(implicit tx: T): Message
    Definition Classes
    ExpandedRepr
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val peer: OscUdpNode
    Attributes
    protected
    Definition Classes
    Expanded → IControlImpl
  24. def react(fun: (T) => (Change[(Message, PeerSocketAddress)]) => 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
  25. def received: IChangeEvent[T, (Message, PeerSocketAddress)]
    Definition Classes
    ExpandedRepr
  26. def send(target: SocketAddress, p: OscPacket)(implicit tx: T): Unit
    Definition Classes
    ExpandedRepr
  27. def sender(implicit tx: T): PeerSocketAddress
    Definition Classes
    ExpandedRepr
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. implicit val targets: ITargets[T]
    Attributes
    protected
    Definition Classes
    Expanded → IChangeEventImpl → IEventImpl
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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 IChangeGeneratorEvent[T, (Message, PeerSocketAddress)]

Inherited from IChangeEventImpl[T, (Message, PeerSocketAddress)]

Inherited from IChangeEvent[T, (Message, PeerSocketAddress)]

Inherited from IGeneratorEvent[T, Change[(Message, PeerSocketAddress)]]

Inherited from IEventImpl[T, Change[(Message, PeerSocketAddress)]]

Inherited from IEvent[T, Change[(Message, PeerSocketAddress)]]

Inherited from Observable[T, Change[(Message, PeerSocketAddress)]]

Inherited from IControlImpl[T]

Inherited from Repr[T]

Inherited from IControl[T]

Inherited from Disposable[T]

Inherited from Form[T]

Inherited from AnyRef

Inherited from Any

Ungrouped