| Modifier and Type | Method and Description |
|---|---|
static <T> Iterator |
toIterator(Observable
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.