Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rx-java2

Take elements until a certain character and group them with RxJava

RxJava: substitute a subsequence of elements with a single element

rx-java2

How to control flow without .flatMap, which breaks a reactive stream preventing operators like distinctUntilChanged from working on the entire stream

RxJava: merge() changes the order of the emitted items?

Cannot Resolve method Subscribe Retrofit Rxjava android

android retrofit2 rx-java2

Build "Heartbeat" Observable from Unpredictable Source Observable

Android Room with RxJava Single<List<T>> compilation error

How Do We Get the Throwable After retryWhen() Stops Retrying?

rx-java2

Single Stream and Multiple Subscribers

NoWhenBranchMatchedException with exhaustive `when` block in Kotlin

android kotlin rx-java2

TestObserver not getting data in Unit Test

java rx-java rx-java2

How Can We Use RxJava for Paginated Web Service Calls, Where Each Page Depends on Previous Page Responses, Without Recursion?

rx-java rx-java2

How to dispose Single observer in RxJava2 when used in background and not in Activity/Fragment

android rx-java2 rx-android

Rx-Kotlin awaitTerminalEvent never getting onComplete

How to return Observable.empty() if observable.filter().first() returns nothing?

rx-java rx-java2 reactivex

UndeliverableException thrown within a RxAndroidBle stream

rx-java2 rxandroidble