Modifier and Type | Class and Description |
---|---|
static class |
BlockingOperatorToIterator.SubscriberIterator<T> |
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<T> |
toIterator(Observable<? extends T> source)
Returns an iterator that iterates all values of the observable.
|
public static <T> Iterator<T> toIterator(Observable<? extends T> source)
T
- the type of source.source
- the source ObservableCopyright © 2017. All rights reserved.