Skip to content

PaginatedList[A: Any val]

[Source]

class val PaginatedList[A: Any val]

Public fields

let results: Array[A] val

[Source]


Public Functions

prev_page

[Source]

fun box prev_page()
: (Promise[(PaginatedList[A] val | RequestError val)] tag | None val)

Returns


next_page

[Source]

fun box next_page()
: (Promise[(PaginatedList[A] val | RequestError val)] tag | None val)

Returns