rx.lang.scala

observables

package observables

Contains special Observables.

In Scala, this package only contains rx.lang.scala.observables.BlockingObservable. In the corresponding Java package rx.observables, there is also a GroupedObservable and a ConnectableObservable, but these are not needed in Scala, because we use a pair (key, observable) instead of GroupedObservable and a pair (startFunction, observable) instead of ConnectableObservable.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. observables
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class BlockingObservable[+T] extends AnyVal

    An Observable that provides blocking operators.

  2. class ConnectableObservable[+T] extends Observable[T]

Inherited from AnyRef

Inherited from Any

Ungrouped