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
/
FileLocalDataSource
/
prevFileModel
prev
File
Model
abstract
fun
prevFileModel
(
bookshelfId
:
BookshelfId
,
path
:
String
,
sortType
:
SortType
)
:
Flow
<
File
?
>
abstract
fun
prevFileModel
(
bookshelfId
:
BookshelfId
,
path
:
String
,
searchCondition
:
SearchCondition
,
sortType
:
SortType
)
:
Flow
<
File
?
>