Interface Cursor<T>

    • Field Detail

      • INITIAL_CURSOR_ID

        static final long INITIAL_CURSOR_ID
        The cursor id when no operations have been emitted yet.
        See Also:
        Constant Field Values
    • Method Detail

      • hasNext

        boolean hasNext()
      • next

        T next()
      • cursorId

        long cursorId()