英文: How to add andthen() operator under condition or inside a loop Rx Kotlin 问题 I'm trying to chain ...
从数据库操作返回的单一<Long>值
英文: Return value from DB operation in Single<Long> 问题 我在我的数据库(Room)中添加一条记录,并返回插入记录的ID。例如,我添加一行...
移除多个订阅,保持为单一流程。
英文: Remove multiple subscription and keep it to a single flow 问题 我有以下的方法,它按预期运行。 但是否有一种方法可以修改它,以便我不必...
当缓存为空时,我如何进行数据库调用,并将值从数据库设置到缓存中?
英文: how do I make a db call when cache is empty and set value to cache from db? 问题 以下是您提供的内容的翻译部分: 我...
如何并行调用多个Flowable语句?
英文: How to call multiple Flowable statements in parallel? 问题 接口包含函数 public interface XYZDownstreamSe...
RxJava:将单个值映射到一组并发运行的Completable。
英文: RxJava: map Single value to a set of Completable that run concurrently 问题 预期:给定一个 Single 和多个 Com...
检查特定事件是否紧随另一个事件发生,并使用 RxJava 发出成功信号。
英文: Check one specific event is followed by another one and emit success using RxJava 问题 以下是翻译好的内容: ...
使用OkHttp3和ReactiveX Java实现长轮询的正确方法
英文: Correct way to implement long polling using OkHttp3 and ReactiveX Java 问题 以下是翻译好的部分: 使用OkHttp3(v...
Observable,它可以存储最后一个值,但无法推送新值?
英文: Observable that stores last value, but cannot push new ones? 问题 让我们假设我有一个 `Person` 接口,其中有一个 `nam...
观察在订阅者被移除/释放时关闭可关闭资源
英文: Observing closeable resources to be closed when the subscriber is removed/disposed 问题 我正在处理一个小型子...