Class BlockingOperatorToIterator.SubscriberIterator<T>

java.lang.Object
rx.Subscriber<Notification<? extends T>>
rx.internal.operators.BlockingOperatorToIterator.SubscriberIterator<T>
All Implemented Interfaces:
Iterator<T>, Observer<Notification<? extends T>>, Subscription
Enclosing class:
BlockingOperatorToIterator

public static final class BlockingOperatorToIterator.SubscriberIterator<T> extends Subscriber<Notification<? extends T>> implements Iterator<T>
  • Field Details

  • Constructor Details

    • SubscriberIterator

      public SubscriberIterator()
  • Method Details