Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.todo
/
BaseDBManager
/
flow
flow
inline
fun
<
Dao
:
IDefaultDao
<
*
,
Entity
>
,
Entity
:
IRoomEntity
<
ID
,
Entity
>
>
flow
(
)
:
Flow
<
List
<
Entity
>
>