toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-core
/
org.http4k.connect
/
PagedAction
Paged
Action
interface
PagedAction
<
Token
,
ItemType
,
Rsp
:
Paged
<
Token
,
ItemType
>
,
Self
:
PagedAction
<
Token
,
ItemType
,
Rsp
,
Self
>
>
:
Action
<
Result
<
Rsp
,
RemoteFailure
>
>
Superclass for all Paged actions
Inheritors
AutomarshalledPagedAction
Members
Members & Extensions
Functions
as
Remote
Failure
Link copied to clipboard
fun
<
R
>
Action
<
R
>
.
asRemoteFailure
(
response
:
Response
)
:
RemoteFailure
next
Link copied to clipboard
abstract
fun
next
(
token
:
Token
)
:
Self
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
abstract
fun
toResult
(
response
:
Response
)
:
Result
<
Rsp
,
RemoteFailure
>