micro_utils.dokka
/
dev.inmo.micro_utils.pagination.utils
/
[common]PaginatedIterator
common
Paginated
Iterator
class
PaginatedIterator
<
T
>(pageSize:
Int
, countGetter: () ->
Long
, paginationResultGetter:
Pagination
.() ->
PaginationResult
<
T
>) :
Iterator
<
T
>
Content copied to clipboard
Functions
Functions
has
Next
Link copied to clipboard
common
open operator override fun
hasNext
():
Boolean
Content copied to clipboard
next
Link copied to clipboard
common
open operator override fun
next
():
T
Content copied to clipboard