Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.todo
/
IBaseFlowDao
IBase
Flow
Dao
interface
IBaseFlowDao
<
ID
:
Number
,
Entity
:
IRoomEntity
<
ID
,
Entity
>
>
Deprecated
Inheritors
IDefaultDao
Members
Functions
flow
Link copied to clipboard
abstract
fun
flow
(
)
:
Flow
<
List
<
Entity
>
>
flow
Single
Link copied to clipboard
abstract
fun
flowSingle
(
id
:
Long
)
:
Flow
<
Entity
>