RxJava 2.2.4 发布,Rx 的 Java 实现

栏目: 软件资讯 · 发布时间: 7年前

内容简介:RxJava 2.2.4 发布了,RxJava 是一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库。 主要更新内容如下: API 更新 Pull 6278: Add Maybe/Single/Completable materialize operator, Pull 627...

RxJava 2.2.4 发布了,RxJava 是一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库。

主要更新内容如下:

API 更新

  • Pull 6278: Add Maybe/Single/Completable materialize operator,

  • Pull 6278: Add Single.dematerialize(selector) operator.

  • Pull 6281: Add Flowable/Observable dematerialize(selector) operator.

Bug 修复

  • Pull 6258: Fix cancel/dispose upon upstream switch for some operators.

  • Pull 6269: Call the doOn{Dispose|Cancel} handler at most once.

  • Pull 6283: Fix Observable.flatMap to sustain concurrency level.

  • Pull 6297: Fix refCount eager disconnect not resetting the connection.

文档更新

  • Pull 6280: Improve the package docs of io.reactivex.schedulers.

  • Pull 6301: Add missing onSubscribe null-checks to NPE docs on Flowable/Observable subscribe.

  • Pull 6303: Fix incorrect image placement in Flowable.zip docs.

  • Pull 6305: Explain the non-concurrency requirement of the Emitter interface methods.

  • Pull 6308: Explain the need to consume both the group sequence and each group specifically with Flowable.groupBy.

  • Pull 6311: Explain that distinctUntilChanged requires non-mutating data to work as expected.

Wiki 更新

  • Pull 6260: Add generate examples to Creating-Observables.md.

  • Pull 6267: Fix Creating-Observables.md docs stlye mistake.

  • Pull 6273: Fix broken markdown of How-to-Contribute.md.

  • Pull 6266: Update Error Handling Operators docs.

  • Pull 6291: Update Transforming Observables docs.

其他更新

  • Pull 6262: Use JUnit's assert format for assert messages for better IDE interoperation.

  • Pull 6263: Inline SubscriptionHelper.isCancelled().

  • Pull 6275: Improve the Observable/Flowable cache() operators.

  • Pull 6287: Expose the Keep-Alive value of the IO Scheduler as System property.

  • Pull 6321: Fix Flowable.toObservable backpressure annotation.

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

新零售进化论

新零售进化论

陈欢、陈澄波 / 中信出版社 / 2018-7 / 49.00

本书主要介绍了新零售的进化现象和规律,提出了新零售的第一性原理是物理数据二重性,即在新零售时代,所有的人、货、场既是物理的也是数据的。 通过这个原点,进一步衍生出了新零售的八大核心算法,并用大量的辅助观点和新零售案例来揭示新零售背后的算法逻辑。 综合一系列的理论推演和案例讲解,作者重点回答了以下3个问题: ● 我们是行业的强者,如果跟不上新零售的潮流,会不会被淘汰? ● 我......一起来看看 《新零售进化论》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具