Class BlockingOperatorToIterator.SubscriberIterator<T>

    • Constructor Detail

      • SubscriberIterator

        public SubscriberIterator()
    • Method Detail

      • onStart

        public void onStart()
        Description copied from class: Subscriber
        This method is invoked when the Subscriber and Observable have been connected but the Observable has not yet begun to emit items or send notifications to the Subscriber. Override this method to add any useful initialization to your subscription, for instance to initiate backpressure.
      • hasNext

        public boolean hasNext()
      • next

        public T next()
      • remove

        public void remove()