Companion

object Companion

Functions

Link copied to clipboard
fun exact(page: Int, size: Int): Paging
fun exact(pages: List<Int>, size: Int): Paging
Link copied to clipboard
fun range(range: IntRange, size: Int): Paging
Link copied to clipboard
fun upTo(page: Int, size: Int): Paging