These functions convert RxScala types to RxJava types.
These functions convert RxJava types to RxScala types.
Adds a toObservable extension method to Future
Emitted by Observables returned by rx.lang.scala.Observable.materialize.
The Observable interface that implements the Reactive Pattern.
Adds a toObservable extension method to Iterable
Provides a mechanism for receiving push-based notifications.
Adds a toObservable extension method to Option
Represents an object that schedules units of work.
A Subject is an Observable and an Observer at the same time.
An extension of the Observer trait which adds subscription handling
(unsubscribe, isUnsubscribed, and add
methods) and backpressure handling
(onStart and request methods).
Subscriptions are returned from all Observable.subscribe
methods to allow unsubscribing.
Adds a toObservable extension method to Try
These function conversions convert between Scala functions and Rx Func
s and Action
s.
These functions convert between RxScala types and RxJava types.
Provides conversion functions asJava
and asScala
to convert
between RxScala types and RxJava types.
Provides pattern matching support and constructors for Notifications.
Provides various ways to construct new Observables.
Subject that, once an Observer
has subscribed, emits all subsequently observed items to the
subscriber.
Contains special Observables.
Subjects are Observers and Observables at the same time.
This package contains all classes that RxScala users need.
It basically mirrors the structure of package
rx
, but some changes were made to make it more Scala-idiomatic.