public class BlockingOperatorToIterator
extends java.lang.Object
Constructor and Description |
---|
BlockingOperatorToIterator() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.Iterator<T> |
toIterator(Observable<? extends T> source)
Returns an iterator that iterates all values of the observable.
|
public static <T> java.util.Iterator<T> toIterator(Observable<? extends T> source)
T
- the type of source.