kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
runtime
/
io.github.kikin81.atproto.runtime
/
paginate
paginate
fun
<
R
,
T
>
paginate
(
fetch
:
suspend
(
cursor
:
String
?
)
->
R
,
getCursor
:
(
R
)
->
String
?
,
getItems
:
(
R
)
->
List
<
T
>
)
:
<Error class: unknown class>
<
T
>