PagedAction

Superclass for all Paged actions

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun next(token: Token): Self
Link copied to clipboard
abstract fun toRequest(): Request
Link copied to clipboard
abstract fun toResult(response: Response): Result<Rsp, RemoteFailure>