kodein-di
Toggle table of contents
7.28.0
common
Platform filter
common
Switch theme
Search in API
kodein-di
kodein-di
/
org.kodein.di.bindings
/
SubScope
Sub
Scope
abstract
class
SubScope
<
C
,
PC
>
(
parentScope
:
Scope
<
PC
>
)
:
Scope
<
C
>
Members
Constructors
Sub
Scope
Link copied to clipboard
constructor
(
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