Package-level declarations
Types
Link copied to clipboard
abstract class FlowBookshelfListUseCase : UseCase<EmptyRequest, List<Bookshelf>, FlowBookshelfListUseCase.Error>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class ScanBookshelfUseCase : OneShotUseCase<ScanBookshelfUseCase.Request, List<File>, ScanBookshelfUseCase.Error>
Link copied to clipboard
abstract class UpdateDeletionFlagUseCase : OneShotUseCase<UpdateDeletionFlagUseCase.Request, Unit, Unit>