内容简介: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/Completablematerializeoperator,Pull 6278: Add
Single.dematerialize(selector)operator.Pull 6281: Add
Flowable/Observabledematerialize(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.flatMapto 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
onSubscribenull-checks to NPE docs onFlowable/Observablesubscribe.Pull 6303: Fix incorrect image placement in
Flowable.zipdocs.Pull 6305: Explain the non-concurrency requirement of the
Emitterinterface methods.Pull 6308: Explain the need to consume both the group sequence and each group specifically with
Flowable.groupBy.Pull 6311: Explain that
distinctUntilChangedrequires non-mutating data to work as expected.
Wiki 更新
Pull 6260: Add
generateexamples toCreating-Observables.md.Pull 6267: Fix
Creating-Observables.mddocs 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/Flowablecache()operators.Pull 6287: Expose the Keep-Alive value of the IO
Scheduleras System property.Pull 6321: Fix
Flowable.toObservablebackpressure annotation.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Traefik 2.0 实现灰度发布
- Redis 实现发布订阅原理与实践
- 通过发布订阅模式实现的事件委托
- 使用 Jenkins + Nginx 实现预发布
- 利用Zookeeper实现数据发布订阅
- MyOIDC v1.1.0 发布,基于 OIDC 协议的参考实现,根据各类库提供实现参考
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出数据分析
Michael Milton / 李芳 / 电子工业出版社 / 2009 / 88.00元
《深入浅出数据分析》以类似“章回小说”的活泼形式,生动地向读者展现优秀的数据分析人员应知应会的技术:数据分析基本步骤、实验方法、最优化方法、假设检验方法、贝叶斯统计方法、主观概率法、启发法、直方图法、回归法、误差处理、相关数据库、数据整理技巧;正文以后,意犹未尽地以三篇附录介绍数据分析十大要务、R工具及ToolPak工具,在充分展现目标知识以外,为读者搭建了走向深入研究的桥梁。 本书构思跌宕......一起来看看 《深入浅出数据分析》 这本书的介绍吧!