内容简介:RxJava 2.1.7 已发布,RxJava 是一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库。 更新内容: API changes Pull 5729: Implement as() operator on the 6 base classes - similar to to(...
RxJava 2.1.7 已发布,RxJava 是一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库。
更新内容:
API changes
Pull 5729: Implement
as()
operator on the 6 base classes - similar toto()
but dedicated functional interface for each base class instead of justFunction
.
Documentation changes
Pull 5706: Remove mentions of Main thread from
Schedulers.single()
JavaDoc.Pull 5709: Improve JavaDocs of
flatMapSingle
andflatMapMaybe
.Pull 5713: Add
BaseTestConsumer
values()
anderrors()
thread-safety clarifications.Pull 5717: Add period to custom scheduler use sentences in
Schedulers
.Pull 5718: Add a sentence to documentation of
take()
operator about the threadonComplete
may get signaled.Pull 5738: Correct JavaDoc for
ConnectableFlowable
,GroupedFlowable
,FlowableAutoConnect
.Pull 5740: Marbles for
Observable
all
,fromPublisher
,zipArray
.
Bugfixes
Pull 5695: Fix
Completable.concat
to use replace (don't dispose old).Pull 5715: Distinguish between sync and async dispose in
ScheduledRunnable
.Pull 5743: Check
isDisposed
before emitting inSingleFromCallable
.
Other
Pull 5723: Remove duplicate nullity check line in
toMap
.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Traefik 2.0 实现灰度发布
- Redis 实现发布订阅原理与实践
- 通过发布订阅模式实现的事件委托
- 使用 Jenkins + Nginx 实现预发布
- 利用Zookeeper实现数据发布订阅
- MyOIDC v1.1.0 发布,基于 OIDC 协议的参考实现,根据各类库提供实现参考
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Clean Architecture
Robert C. Martin / Prentice Hall / 2017-9-20 / USD 34.99
Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”) By applying universal rules of software architecture, you can dramatically improve developer producti......一起来看看 《Clean Architecture》 这本书的介绍吧!