kodein-db-api
/
org.kodein.db
/
TypeTable
/
Builder
/
Root
common
Root
class
Root
<
T
:
Any
>(defaultNameOf: (
KClass
<*>) ->
ReadMemory
)
Content copied to clipboard
Functions
Properties
Functions
sub
Link copied to clipboard
common
inline fun <
S
:
T
>
sub
(name:
ReadMemory
= defaultNameOf(S::class)):
TypeTable.Builder.Root
<
T
>
Content copied to clipboard
fun <
S
:
T
>
sub
(type:
KClass
<
S
>, name:
ReadMemory
= defaultNameOf(type)):
TypeTable.Builder.Root
<
T
>
Content copied to clipboard
Properties
defaultNameOf
Link copied to clipboard
common
val
defaultNameOf
: (
KClass
<*>) ->
ReadMemory
Content copied to clipboard