Paged

fun <out A> Paged(page: Page<A>)(source)

Constructor to build a Paged from a Spring Page

Parameters

page

Page


fun <out A> Paged(data: List<A>, page: Int, perPage: Int, totalPages: Int)(source)

Parameters

A

Type of the data in this page