rxjava实现while循环打印

学习rxjava的一些代码记录java public void Test1(View view) { Observable.interval(2, TimeUnit.SECONDS, Schedulers.io()) .flatMap(new Function<Long, ObservableSource<Integer>>() {
相关文章
相关标签/搜索