store/pagination library
Classes
-
Page<
T, C> -
List of
T
items along with their PageInfo containing theC
cursor. -
PageProvider<
T, C, K> - Utility providing the Pages.
-
Pagination<
T, C, K> -
Pages maintainer utility of the provided
T
values with the specifiedK
key identifying those items and theirC
cursor.
Enums
- PaginationStrategy
- PageProvider page fetching strategy.