toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-core
/
org.http4k.connect
/
Paged
Paged
interface
Paged
<
out
Token
,
out
ItemType
>
:
Iterable
<
ItemType
>
Represents a Paged response
Members
Properties
items
Link copied to clipboard
abstract
val
items
:
List
<
ItemType
>
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
ItemType
>
token
Link copied to clipboard
abstract
fun
token
(
)
:
Token
?