Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
room
/
com.michaelflisar.toolbox.room.interfaces
/
IDaoFull
IDao
Full
interface
IDaoFull
<
ID
:
Number
,
Entity
:
IRoomEntity
<
ID
,
Entity
>
,
FullEntity
>
optionales common interface
Inheritors
BaseDaoFull
Members
Functions
load
All
Full
Link copied to clipboard
abstract
suspend
fun
loadAllFull
(
)
:
List
<
FullEntity
>
load
Full
Link copied to clipboard
open
suspend
fun
loadFull
(
id
:
ID
)
:
FullEntity
try
Load
Full
Link copied to clipboard
abstract
suspend
fun
tryLoadFull
(
id
:
ID
)
:
FullEntity
?