Paginated

interface Paginated<T>(source)

An object made of multiple pages.

Inheritors

Properties

Link copied to clipboard
abstract val currentPage: Int

The currently viewed page.

Link copied to clipboard
abstract val entries: List<T>

The entries in this page.

Link copied to clipboard
abstract val resultsCount: Int

The total number of entries across all pages.

Link copied to clipboard
abstract val totalPages: Int

The total number of pages.