T
- the value typeU
- the boundary value typepublic final class OperatorWindowWithObservable<T,U> extends Object implements Observable.Operator<Observable<T>,T>
Constructor and Description |
---|
OperatorWindowWithObservable(Observable<U> other) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super Observable<T>> child) |
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>>
Copyright © 2017. All rights reserved.