T - the value type
public final class OperatorWindowWithTime<T> extends Objectimplements 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, TimeUnit
|
public Subscriber<? super T> call(Subscriber <? super Observable <T>> child)