RxJava 2.1.7 发布,Rx 的 Java 实现

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

内容简介: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 to to() but dedicated functional interface for each base class instead of just Function.

Documentation changes

  • Pull 5706: Remove mentions of Main thread from Schedulers.single() JavaDoc.

  • Pull 5709: Improve JavaDocs of flatMapSingle and flatMapMaybe.

  • Pull 5713: Add BaseTestConsumer values() and errors() 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 thread onComplete may get signaled.

  • Pull 5738: Correct JavaDoc for ConnectableFlowableGroupedFlowableFlowableAutoConnect.

  • Pull 5740: Marbles for Observable allfromPublisherzipArray.

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 in SingleFromCallable.

Other

  • Pull 5723: Remove duplicate nullity check line in toMap.

下载地址:


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


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

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

运营制胜

运营制胜

张恒 / 电子工业出版社 / 2016-10-1 / 65

《运营制胜——从零系统学运营构建用户增长引擎》主要从内容运营、用户运营、推广运营三个方向来介绍产品运营方面的知识。 其中内容运营主要介绍了内容生成的机制、内容方向设定、内容输出、内容生产引擎、内容推荐机制、数据如何驱动内容运营、内容运营的KPI 设定、建立内容库、内容的赢利模式。用户运营主要介绍了产品的冷启动、获得种子用户及早期用户、建立用户增长引擎、利用心理学引爆产品用户增长、增加用户活跃......一起来看看 《运营制胜》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具