DefaultPaginatorBuilder<DataType, CursorType> typedef

DefaultPaginatorBuilder<DataType, CursorType> = Paginator<DataType, CursorType> Function(CursorSelector<DataType, CursorType> cursorSelector, DataChunker<DataType, CursorType> dataChunker)

Implementation

typedef DefaultPaginatorBuilder<DataType, CursorType>
    = Paginator<DataType, CursorType> Function(
  CursorSelector<DataType, CursorType> cursorSelector,
  DataChunker<DataType, CursorType> dataChunker,
);