public class RxIterator extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RxIterator.FlowableIterator<T> |
static class |
RxIterator.ObservableIterator<T> |
| 构造器和说明 |
|---|
RxIterator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> io.reactivex.functions.Function<io.reactivex.Flowable<T>,Iterator<T>> |
flowableIterator() |
static <T> io.reactivex.functions.Function<io.reactivex.Observable<T>,Iterator<T>> |
observableIterator() |
static <T> io.reactivex.functions.Function<io.reactivex.Observable<T>,Iterator<T>> |
observableIterator(io.reactivex.Scheduler scheduler) |
static <T> Iterator<T> |
toIterator(io.reactivex.Flowable<T> ob) |
static <T> Iterator<T> |
toIterator(io.reactivex.Observable<T> ob) |
static <T> Iterator<T> |
toIterator(io.reactivex.Observable<T> ob,
io.reactivex.Scheduler scheduler) |
public static <T> io.reactivex.functions.Function<io.reactivex.Flowable<T>,Iterator<T>> flowableIterator()
public static <T> Iterator<T> toIterator(io.reactivex.Flowable<T> ob)
public static <T> io.reactivex.functions.Function<io.reactivex.Observable<T>,Iterator<T>> observableIterator(io.reactivex.Scheduler scheduler)
public static <T> io.reactivex.functions.Function<io.reactivex.Observable<T>,Iterator<T>> observableIterator()
public static <T> Iterator<T> toIterator(io.reactivex.Observable<T> ob, io.reactivex.Scheduler scheduler)
@SchedulerSupport(value="io.reactivex:io") public static <T> Iterator<T> toIterator(io.reactivex.Observable<T> ob)
Copyright © 2018. All rights reserved.