kodein-db-api
/
org.kodein.db
/
DB
/
put
common
put
open override fun <
M
:
Any
>
put
(model:
M
, vararg options:
Options.Puts
):
Key
<
M
>
Content copied to clipboard
abstract fun <
M
:
Any
>
put
(model:
M
, vararg options:
Options.DirectPut
):
Key
<
M
>
Content copied to clipboard
open override fun <
M
:
Any
>
put
(key:
Key
<
M
>, model:
M
, vararg options:
Options.Puts
)
Content copied to clipboard
abstract fun <
M
:
Any
>
put
(key:
Key
<
M
>, model:
M
, vararg options:
Options.DirectPut
)
Content copied to clipboard