IsEmptyOperator<T> extension
- on
-
- Observable<
T>
- Observable<
Methods
-
isEmpty(
) → Observable< bool> -
Emits
true
if this Observable completes without emitting any values, otherwise emitsfalse
.
true
if this Observable completes without emitting any values,
otherwise emits false
.