| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperatorToIterator
public class OperatorToIterator
https://github.com/Netflix/RxJava/issues/50| Constructor Summary | |
|---|---|
| OperatorToIterator() | |
| Method Summary | ||
|---|---|---|
|  void | testToIterator() | |
|  void | testToIteratorWithException() | |
| static
 | toIterator(Observable<T> that)Returns an iterator that iterates all values of the observable. | |
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OperatorToIterator()
| Method Detail | 
|---|
public static <T> java.util.Iterator<T> toIterator(Observable<T> that)
T - the type of source.that - an observable sequence to get an iterator for.
public void testToIterator()
public void testToIteratorWithException()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||