comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
usecase
/
com.sorrowblue.comicviewer.domain.usecase.file
/
PagingFileUseCase
Paging
File
Use
Case
abstract
class
PagingFileUseCase
:
PagingUseCase
<
PagingFileUseCase.Request
,
File
>
Members
Constructors
Paging
File
Use
Case
Link copied to clipboard
constructor
(
)
Types
Error
Link copied to clipboard
enum
Error
:
Resource.AppError
,
Enum
<
PagingFileUseCase.Error
>
Request
Link copied to clipboard
data
class
Request
(
val
pagingConfig
:
PagingConfig
,
val
bookshelfId
:
BookshelfId
,
val
path
:
String
)
:
BaseRequest
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
request
:
PagingFileUseCase.Request
)
:
Flow
<
PagingData
<
File
>
>