RxJava



rx.operators
Class OperationNext

java.lang.Object
  extended by rx.operators.OperationNext

public final class OperationNext
extends java.lang.Object

Returns an Iterable that blocks until the Observable emits another item, then returns that item.


Constructor Summary
OperationNext()
           
 
Method Summary
static
<T> java.lang.Iterable<T>
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

OperationNext

public OperationNext()
Method Detail

next

public static <T> java.lang.Iterable<T> next(Observable<? extends T> items)