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