Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.interfaces
/
IDaoFlow
IDao
Flow
interface
IDaoFlow
<
ID
:
Number
,
Entity
:
IRoomEntity
<
ID
,
Entity
>
>
optionales common interface
Members
Functions
flow
Link copied to clipboard
abstract
fun
flow
(
id
:
Long
)
:
Flow
<
Entity
>
flow
All
Link copied to clipboard
abstract
fun
flowAll
(
)
:
Flow
<
List
<
Entity
>
>
flow
Count
Link copied to clipboard
abstract
fun
flowCount
(
)
:
Flow
<
Int
>