|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationToIterator
public class OperationToIterator
Returns an Iterator that iterates over all items emitted by a specified Observable.
| Constructor Summary | |
|---|---|
OperationToIterator()
|
|
| Method Summary | ||
|---|---|---|
void |
testToIterator()
|
|
void |
testToIteratorWithException()
|
|
static
|
toIterator(Observable<? extends T> source)
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 OperationToIterator()
| Method Detail |
|---|
public static <T> java.util.Iterator<T> toIterator(Observable<? extends T> source)
T - the type of source.
public void testToIterator()
public void testToIteratorWithException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||