Empty Method

RxJS

Returns an empty observable sequence.

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

Syntax

JavaScript
Rx.Observable.Empty = function();

See Also