IsEmpty Method

RxJS

Determines whether an observable sequence is empty.

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

Syntax

JavaScript
function IsEmpty();

See Also