Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.todo
/
IBaseFullLoadDao
IBase
Full
Load
Dao
interface
IBaseFullLoadDao
<
ID
:
Number
,
Item
:
IIDProvider
<
ID
>
>
Deprecated
Inheritors
IDefaultFullDao
Members
Functions
find
Full
Link copied to clipboard
abstract
suspend
fun
findFull
(
id
:
Long
)
:
Item
?
load
All
Full
Link copied to clipboard
abstract
suspend
fun
loadAllFull
(
)
:
List
<
Item
>
load
Single
Full
Link copied to clipboard
abstract
suspend
fun
loadSingleFull
(
id
:
Long
)
:
Item