IsEmptyOperator<T> extension

on

Methods

isEmpty() Observable<bool>

Available on Observable<T>, provided by the IsEmptyOperator extension

Emits true if this Observable completes without emitting any values, otherwise emits false.