comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
usecase
/
com.sorrowblue.comicviewer.domain.usecase
/
PagingUseCase
Paging
Use
Case
abstract
class
PagingUseCase
<
R
:
BaseRequest
,
S
:
Any
>
Inheritors
PagingBookshelfFolderUseCase
PagingCollectionExistUseCase
PagingCollectionFileUseCase
PagingCollectionUseCase
PagingBookshelfBookUseCase
PagingFileUseCase
PagingFolderBookThumbnailsUseCase
PagingHistoryBookUseCase
PagingQueryFileUseCase
PagingReadLaterFileUseCase
Members
Constructors
Paging
Use
Case
Link copied to clipboard
constructor
(
)
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
request
:
R
)
:
Flow
<
PagingData
<
S
>
>