kodein-di
7.17.0
common
kodein-di
/
org.kodein.di.bindings
/
SubScope
Sub
Scope
abstract
class
SubScope
<
C
,
PC
>
(
parentScope
:
Scope
<
PC
>
)
:
Scope
<
C
>
Constructors
Functions
Constructors
Sub
Scope
Link copied to clipboard
fun
<
PC
>
SubScope
(
parentScope
:
Scope
<
PC
>
)
Functions
get
Registry
Link copied to clipboard
open
override
fun
getRegistry
(
context
:
C
)
:
ScopeRegistry
Get a registry for a given context. Should always return the same registry for the same context.
new
Registry
Link copied to clipboard
open
fun
newRegistry
(
)
:
ScopeRegistry