BookshelfLocalDataSource

Functions

Link copied to clipboard
Link copied to clipboard
abstract suspend fun delete(bookshelfId: BookshelfId): Resource<Unit, Resource.SystemError>
Link copied to clipboard
abstract fun flow(bookshelfId: BookshelfId): Flow<Bookshelf?>
Link copied to clipboard
abstract fun pagingSource(pagingConfig: PagingConfig): Flow<PagingData<BookshelfFolder>>
Link copied to clipboard
abstract suspend fun updateDeleted(bookshelfId: BookshelfId, isDeleted: Boolean)
Link copied to clipboard
abstract suspend fun updateOrCreate(bookshelf: Bookshelf, transaction: suspend (Bookshelf) -> Unit): Bookshelf?