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
/
delete
delete
inline suspend
fun
<
Entity
:
IRoomEntity
<
ID
,
Entity
>
>
delete
(
item
:
Entity
)
:
Int
inline suspend
fun
<
Entity
:
IRoomEntity
<
ID
,
Entity
>
>
delete
(
items
:
List
<
Entity
>
)
:
Int