IDaoFlow

optionales common interface

Functions

Link copied to clipboard
abstract fun flow(id: Long): Flow<Entity>
Link copied to clipboard
abstract fun flowAll(): Flow<List<Entity>>
Link copied to clipboard
abstract fun flowCount(): Flow<Int>