Observable Class

RxJS

Represents a push-style collection.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Observable = function();

Type.createClass(
	'Rx.Observable',
	null,
	Rx.IObservable);

Inheritance Hierarchy

System..::.Object
  Rx..::.Observable
    Rx..::.AsyncSubject
    Rx..::.ConnectableObservable
    Rx..::.GroupedObservable
    Rx..::.Notification
    Rx..::.ReplaySubject
    Rx..::.Subject

See Also