|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperationTakeUntil
public class OperationTakeUntil
Returns an Observable that emits the items from the source Observable until another Observable emits an item.
| Constructor Summary | |
|---|---|
OperationTakeUntil()
|
|
| Method Summary | ||
|---|---|---|
static
|
takeUntil(Observable<? extends T> source,
Observable<? extends E> other)
Returns the values from the source observable sequence until the other observable sequence produces a value. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationTakeUntil()
| Method Detail |
|---|
public static <T,E> Observable<T> takeUntil(Observable<? extends T> source,
Observable<? extends E> other)
T - the type of source.E - the other type.source - the source sequence to propagate elements for.other - the observable sequence that terminates propagation of elements of the source sequence.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||