isEmpty

Determines whether an observable sequence is empty.

Returns

(Observable): An observable sequence containing a single element determining whether the source sequence is empty.

Example

Not empty

Empty

Last updated