Enum Class AsyncIterator.End

java.lang.Object
java.lang.Enum<AsyncIterator.End>
org.hibernate.reactive.util.async.impl.AsyncIterator.End
All Implemented Interfaces:
Serializable, Comparable<AsyncIterator.End>, Constable
Enclosing interface:
AsyncIterator<T>

public static enum AsyncIterator.End extends Enum<AsyncIterator.End>
A marker enum that indicates there are no elements left in the iterator.