Interface SyncIterator<T>

All Superinterfaces:
Iterator<T>

public interface SyncIterator<T> extends Iterator<T>
Synchronous iterator.
  • Method Details

    • close

      void close()
      Closes the iterator.
    • async

      AsyncIterator<T> async()
      Returns the underlying asynchronous iterator.
      Returns:
      the underlying asynchronous iterator