Class HandlerBackedIterator.ProducerFinished

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.complexible.common.base.HandlerBackedIterator.ProducerFinished
All Implemented Interfaces:
Serializable
Enclosing class:
HandlerBackedIterator<T>

public static final class HandlerBackedIterator.ProducerFinished extends RuntimeException
Can be thrown out of Consumer.accept(Object) to indicate that the producer must stop generating data.
See Also:
  • Constructor Details

    • ProducerFinished

      public ProducerFinished()