package subscription
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
AnonymousSubscription
extends Object
- Annotations
- @RawJSType() @native()
-
trait
CompletionObserver
[T] extends Object
- Annotations
- @RawJSType() @native()
-
trait
ErrorObserver
[T] extends Object
- Annotations
- @RawJSType() @native()
-
class
InnerSubscriber
[T, R] extends Subscriber[R]
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "InnerSubscription" , "Rx.InnerSubscription" )
-
trait
NextObserver
[T] extends Object
- Annotations
- @RawJSType() @native()
-
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'sonNext
method to provide notifications. A well-behaved Observable will call an Observer'sonCompleted
oronError
methods exactly once.- Annotations
- @RawJSType() @native()
-
class
OuterSubscriber
[T, R] extends Subscriber[T]
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "OuterSubscriber" , "Rx.OuterSubscriber" )
-
class
SubjectSubscription
extends Subscription
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "SubjectSubscription" , "Rx.SubjectSubscription" )
-
class
Subscriber
[T] extends Subscription
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "Subscriber" , "Rx.Subscriber" )
-
class
Subscription
extends Object with AnonymousSubscription
- Annotations
- @RawJSType() @native() @JSImport( "rxjs/Rx" , "Subscription" , "Rx.Subscription" )
Value Members
-
object
Subscriber
extends Object
- Annotations
- @native() @JSImport( "rxjs/Rx" , "Subscriber" , "Rx.Subscriber" )
-
object
Subscription
extends Object
- Annotations
- @native() @JSImport( "rxjs/Rx" , "Subscription" , "Rx.Subscription" )