p

rxscalajs

subscription

package subscription

Ordering
  1. Alphabetic
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() @JSImport( "rxjs/Rx" , "InnerSubscription" , "Rx.InnerSubscription" )
  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.

    Provides a mechanism for receiving push-based notifications.

    After an Observer calls an rxscalajs.Observable's subscribe method, the Observable calls the Observer's onNext method to provide notifications. A well-behaved Observable will call an Observer's onCompleted or onError methods exactly once.

    Annotations
    @RawJSType() @native()
  7. class OuterSubscriber [T, R] extends Subscriber[T]
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "OuterSubscriber" , "Rx.OuterSubscriber" )
  8. class SubjectSubscription extends Subscription
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "SubjectSubscription" , "Rx.SubjectSubscription" )
  9. class Subscriber [T] extends Subscription
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "Subscriber" , "Rx.Subscriber" )
  10. class Subscription extends Object with AnonymousSubscription
    Annotations
    @RawJSType() @native() @JSImport( "rxjs/Rx" , "Subscription" , "Rx.Subscription" )

Value Members

  1. object Subscriber extends Object
    Annotations
    @native() @JSImport( "rxjs/Rx" , "Subscriber" , "Rx.Subscriber" )
  2. object Subscription extends Object
    Annotations
    @native() @JSImport( "rxjs/Rx" , "Subscription" , "Rx.Subscription" )

Ungrouped