1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 RxJava 2.1.7 发布,Rx 的 Java 实现 下载

本帖由 漂亮的石头2017-12-03 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    488,069
    赞:
    47
    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 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 in SingleFromCallable.

    Other


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

    下载地址:

    RxJava 2.1.7 发布,Rx 的 Java 实现下载地址
     
正在加载...