as Single
Converts this Completable into a Single which emits the defaultValue when this Completable completes.
Please refer to the corresponding RxJava document.
Converts this Completable into a Single which emits a value returned by defaultValueSupplier when this Completable completes.
Please refer to the corresponding RxJava document.