Class BlockingOperatorLatest.LatestObserverIterator<T>

    • Field Detail

      • notify

        final java.util.concurrent.Semaphore notify
      • value

        final java.util.concurrent.atomic.AtomicReference<Notification<? extends T>> value
    • Constructor Detail

      • LatestObserverIterator

        LatestObserverIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<T>
      • next

        public T next()
        Specified by:
        next in interface java.util.Iterator<T>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<T>