|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationNext
public final class OperationNext
Returns an Iterable that blocks until the Observable emits another item, then returns that item.
| Constructor Summary | |
|---|---|
OperationNext()
|
|
| Method Summary | ||
|---|---|---|
static
|
next(Observable<? extends T> items)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationNext()
| Method Detail |
|---|
public static <T> java.lang.Iterable<T> next(Observable<? extends T> items)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||