micro_utils.dokka
0.9.2
common
micro_utils.dokka
/
dev.inmo.micro_utils.pagination.utils
/
[common]PaginatedIterable
Paginated
Iterable
common
class
PaginatedIterable
<
T
>
(
pageSize
:
Int
,
countGetter
:
(
)
->
Long
,
paginationResultGetter
:
Pagination
.
(
)
->
PaginationResult
<
T
>
)
:
Iterable
<
T
>
Content copied to clipboard
Functions
Functions
iterator
Link copied to clipboard
common
open
operator override
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard