T
- the value typepublic final class OperatorWindowWithTime<T> extends java.lang.Object implements Observable.Operator<Observable<T>,T>
Note that this conforms the Rx.NET behavior, but does not match former RxJava behavior, which operated as a regular buffer and mapped its lists to Observables.
Constructor and Description |
---|
OperatorWindowWithTime(long timespan,
long timeshift,
java.util.concurrent.TimeUnit unit,
int size,
Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super Observable<T>> child) |
public OperatorWindowWithTime(long timespan, long timeshift, java.util.concurrent.TimeUnit unit, int size, Scheduler scheduler)
public Subscriber<? super T> call(Subscriber<? super Observable<T>> child)
call
in interface Func1<Subscriber<? super Observable<T>>,Subscriber<? super T>>