Package rx.internal.operators
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>
Record to store the subject and the emission count.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
consumer
-
producer
-
count
int count
-
-
Constructor Details
-
CountedSerializedSubject
-