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