Class ConcatCursor<T>

  • Type Parameters:
    T - the type of elements of the cursor
    All Implemented Interfaces:
    RecordCursor<T>, AutoCloseable, Iterator<T>

    @API(EXPERIMENTAL)
    public class ConcatCursor<T>
    extends Object
    implements RecordCursor<T>
    A cursor that returns the elements of a first cursor followed by the elements of a second cursor. Each cursor is generated by a provided function which is responsible for generating the cursor in accordance with the FDBContext, ScanProperties, and Continuation in effect for ConcatCursor.