PagingQueryFileUseCase

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Request(val pagingConfig: PagingConfig, val bookshelfId: BookshelfId, val searchCondition: () -> SearchCondition) : BaseRequest

Functions

Link copied to clipboard
operator fun invoke(request: PagingQueryFileUseCase.Request): Flow<PagingData<File>>