Interface Pagination<T>

Type Parameters:
T - Type of the page's content

public interface Pagination<T>
Pagination.

There is no thread-safety guarantee.

Since:
0.8.0
  • Method Summary

    Modifier and Type
    Method
    Description
    pages(int limit)
    Get the pages of data.
  • Method Details

    • pages

      Pages<T> pages(int limit)
      Get the pages of data.
      Parameters:
      limit - The number of data by page
      Returns:
      The pages of data