RxJava2 Flowable 和 Subscriber
该示例需要 rxjava2 作为依赖项,所使用版本的 maven 坐标为:
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.0.8</version>
</dependency>
该示例需要 rxjava2 作为依赖项,所使用版本的 maven 坐标为:
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.0.8</version>
</dependency>