T - the value typeU - the boundary value typepublic final class OperatorWindowWithObservable<T,U> extends java.lang.Object implements Observable.Operator<Observable<T>,T>
| Constructor and Description |
|---|
OperatorWindowWithObservable(Func0<? extends Observable<? extends U>> otherFactory) |
OperatorWindowWithObservable(Observable<U> other) |
| Modifier and Type | Method and Description |
|---|---|
Subscriber<? super T> |
call(Subscriber<? super Observable<T>> child) |
public OperatorWindowWithObservable(Func0<? extends Observable<? extends U>> otherFactory)
public OperatorWindowWithObservable(Observable<U> other)
public Subscriber<? super T> call(Subscriber<? super Observable<T>> child)
call in interface Func1<Subscriber<? super Observable<T>>,Subscriber<? super T>>