rx-java3 Questions

3

Solved

Getting an UndeliverableException while using completable public Completable createBucketWithStorageClassAndLocation() { return Completable.complete() .doFinally(() -> { Bucket bucket = stor...
Archive asked 11/3, 2021 at 5:1

1

Solved

We're refactoring our project from RX to Kotlin Coroutines, but not in one go, so we need our project use both for some time. Now we have a lot of methods that use RX single as a return type like t...
Wearing asked 28/3, 2022 at 11:7

4

I am using RxJava3 with Room in my project but I am getting the following error error: Not sure how to convert a Cursor to this method's return type (io.reactivex.rxjava3.core.Flowable>) Below is...
Lorenzetti asked 14/6, 2020 at 11:5

1

Solved

When creating an Observable like this: public void foo() { Observable observable = Observable.fromCallable(() -> { bar(); return ""; }) .doOnSubscribe(disposable -> System.out.println...
Plonk asked 7/3, 2018 at 14:16
1

© 2022 - 2024 — McMap. All rights reserved.