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
/
PagingBookshelfBookUseCase
Paging
Bookshelf
Book
Use
Case
abstract
class
PagingBookshelfBookUseCase
:
PagingUseCase
<
PagingBookshelfBookUseCase.Request
,
BookThumbnail
>
Members
Constructors
Paging
Bookshelf
Book
Use
Case
Link copied to clipboard
constructor
(
)
Types
Request
Link copied to clipboard
class
Request
(
val
bookshelfId
:
BookshelfId
,
val
pagingConfig
:
PagingConfig
)
:
BaseRequest
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
request
:
PagingBookshelfBookUseCase.Request
)
:
Flow
<
PagingData
<
BookThumbnail
>
>