comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
service
/
com.sorrowblue.comicviewer.domain.service.datasource
/
FileRemoteDataSource
/
pagingDataFlow
paging
Data
Flow
abstract
fun
pagingDataFlow
(
pagingConfig
:
PagingConfig
,
bookshelf
:
Bookshelf
,
file
:
File
,
searchCondition
:
(
)
->
SearchCondition
)
:
Flow
<
PagingData
<
File
>
>