Class OperatorWindowWithObservableFactory<T,​U>

    • Field Detail

      • NEXT_SUBJECT

        static final java.lang.Object NEXT_SUBJECT
        Indicate the current subject should complete and a new subject be emitted.
      • NL

        static final NotificationLite<java.lang.Object> NL
        For error and completion indication.
    • Constructor Detail

      • OperatorWindowWithObservableFactory

        public OperatorWindowWithObservableFactory​(Func0<? extends Observable<? extends U>> otherFactory)