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
/
BookshelfLocalDataSource
/
updateOrCreate
update
Or
Create
abstract
suspend
fun
updateOrCreate
(
bookshelf
:
Bookshelf
,
transaction
:
suspend
(
Bookshelf
)
->
Unit
)
:
Bookshelf
?