Packages

final class SenderExpanded[T <: Txn[T]] extends IExpr[T, SocketAddress] with IChangeEventImpl[T, SocketAddress]

Attributes
protected
Linear Supertypes
IChangeEventImpl[T, SocketAddress], IChangeEvent[T, SocketAddress], IEventImpl[T, Change[SocketAddress]], IEvent[T, Change[SocketAddress]], Observable[T, Change[SocketAddress]], IExpr[T, SocketAddress], Disposable[T], IChangePublisher[T, SocketAddress], IPublisher[T, Change[SocketAddress]], ExprLike[T, SocketAddress], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SenderExpanded
  2. IChangeEventImpl
  3. IChangeEvent
  4. IEventImpl
  5. IEvent
  6. Observable
  7. IExpr
  8. Disposable
  9. IChangePublisher
  10. IPublisher
  11. ExprLike
  12. Form
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SenderExpanded(peer: Repr[T], tx0: T)(implicit targets: ITargets[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 changed: IChangeEvent[T, SocketAddress]
    Definition Classes
    SenderExpandedIChangePublisherIPublisherExprLike
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def dispose()(implicit tx: T): Unit
    Definition Classes
    SenderExpandedDisposable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def react(fun: (T) => (Change[SocketAddress]) => 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
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. implicit val targets: ITargets[T]
    Attributes
    protected
    Definition Classes
    SenderExpanded → IChangeEventImpl → IEventImpl
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def value(implicit tx: T): SocketAddress
    Definition Classes
    SenderExpandedIExprExprLike
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. 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 IChangeEventImpl[T, SocketAddress]

Inherited from IChangeEvent[T, SocketAddress]

Inherited from IEventImpl[T, Change[SocketAddress]]

Inherited from IEvent[T, Change[SocketAddress]]

Inherited from Observable[T, Change[SocketAddress]]

Inherited from IExpr[T, SocketAddress]

Inherited from Disposable[T]

Inherited from IChangePublisher[T, SocketAddress]

Inherited from IPublisher[T, Change[SocketAddress]]

Inherited from ExprLike[T, SocketAddress]

Inherited from Form[T]

Inherited from AnyRef

Inherited from Any

Ungrouped