Class OperatorWindowWithTime.CountedSerializedSubject<T>

java.lang.Object
rx.internal.operators.OperatorWindowWithTime.CountedSerializedSubject<T>
Type Parameters:
T - the subject's in-out type
Enclosing class:
OperatorWindowWithTime<T>

static final class OperatorWindowWithTime.CountedSerializedSubject<T> extends Object
Record to store the subject and the emission count.
  • Field Details

  • Constructor Details

    • CountedSerializedSubject

      public CountedSerializedSubject(Observer<T> consumer, Observable<T> producer)