mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.runtime.core.pagination
/
paginate
paginate
fun
<
T
>
paginate
(
items
:
List
<
T
>
,
cursor
:
String
?
,
pageSize
:
Int
)
:
Pair
<
List
<
T
>
,
String
?
>
Returns a sub-list of
items
plus a
nextCursor
if there's another page.