kodein-db-api
/
org.kodein.db
/
delete
common
delete
inline fun <
M
:
Any
>
Batch
.
delete
(key:
Key
<
M
>, vararg options:
Options.BatchDelete
)
Content copied to clipboard
inline fun <
M
:
Any
>
DB
.
delete
(key:
Key
<
M
>, vararg options:
Options.DirectDelete
)
Content copied to clipboard
inline fun <
M
:
Any
>
DBWrite
.
delete
(key:
Key
<
M
>)
Content copied to clipboard
inline fun <
M
:
Any
>
DBWrite
.
delete
(key:
Key
<
M
>, vararg options:
Options.Deletes
)
Content copied to clipboard