Class OperatorWindowWithTime.CountedSerializedSubject<T>

  • Type Parameters:
    T - the subject's in-out type
    Enclosing class:
    OperatorWindowWithTime<T>

    static final class OperatorWindowWithTime.CountedSerializedSubject<T>
    extends java.lang.Object
    Record to store the subject and the emission count.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CountedSerializedSubject

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