Subject Class

RxJS

Represents an object that is both an observable sequence as well as an observer.

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

Syntax

JavaScript
Rx.Subject = function();

Type.createClass(
	'Rx.Subject',
	Rx.Observable,
	Rx.ISubject,
	Rx.IObservable,
	Rx.IObserver);

Inheritance Hierarchy

System..::.Object
  Rx..::.Observable
    Rx..::.Subject

See Also