rxscalajs

subscription

package subscription

Visibility
  1. Public
  2. All

Type Members

  1. trait AnonymousSubscription extends Object

    Annotations
    @RawJSType() @native()
  2. trait CompletionObserver[T] extends Object

    Annotations
    @RawJSType() @native()
  3. trait ErrorObserver[T] extends Object

    Annotations
    @RawJSType() @native()
  4. class InnerSubscriber[T, R] extends Subscriber[R]

    Annotations
    @RawJSType() @native()
  5. trait NextObserver[T] extends Object

    Annotations
    @RawJSType() @native()
  6. trait ObserverFacade[T] extends Object with NextObserver[T] with ErrorObserver[T] with CompletionObserver[T]

    Provides a mechanism for receiving push-based notifications.

  7. class OuterSubscriber[T, R] extends Subscriber[T]

    Annotations
    @RawJSType() @native()
  8. class SubjectSubscription extends Subscription

    Annotations
    @RawJSType() @native()
  9. class Subscriber[T] extends Subscription

    Annotations
    @RawJSType() @native()
  10. class Subscription extends Object with AnonymousSubscription

    Annotations
    @RawJSType() @native()

Value Members

  1. object Subscriber extends Object

    Annotations
    @native()
  2. object Subscription extends Object

    Annotations
    @native() @JSName( "Rx.Subscription" )

Ungrouped