comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
usecase
/
com.sorrowblue.comicviewer.domain.usecase.collection
/
PagingCollectionUseCase
Paging
Collection
Use
Case
abstract
class
PagingCollectionUseCase
:
PagingUseCase
<
PagingCollectionUseCase.Request
,
Collection
>
Members
Constructors
Paging
Collection
Use
Case
Link copied to clipboard
constructor
(
)
Types
Request
Link copied to clipboard
data
class
Request
(
val
pagingConfig
:
PagingConfig
)
:
BaseRequest
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
request
:
PagingCollectionUseCase.Request
)
:
Flow
<
PagingData
<
Collection
>
>