default If Empty
Returns an Observable that emits the elements emitted from the source Observable or the specified defaultValue if the source Observable is empty.
Please refer to the corresponding RxJava document.
Returns an Observable that emits the elements emitted from the source Observable or the specified defaultValue if the source Observable is empty.
Please refer to the corresponding RxJava document.