ReactiveState
Toggle table of contents
6.0.0-preview.14
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
DIImpl
DIImpl
@
ExperimentalReactiveStateApi
class
DIImpl
The default implementation of the dependency injection graph.
Members
Constructors
DIImpl
Link copied to clipboard
constructor
(
)
Functions
derived
Link copied to clipboard
fun
<
T
>
derived
(
factory
:
DIResolver
.
(
)
->
T
)
:
StateFlow
<
T
>
get
Link copied to clipboard
inline
fun
<
T
:
Any
>
DIResolver
.
get
(
)
:
LazyProperty
<
T
>
fun
<
T
:
Any
>
InternalDI
.
get
(
resolver
:
DIResolver
,
klass
:
KClass
<
T
>
)
:
LazyProperty
<
T
>
register
Link copied to clipboard
inline
fun
<
T
:
Any
>
register
(
noinline
factory
:
DIResolver
.
(
)
->
T
)
fun
<
T
:
Any
>
register
(
klass
:
KClass
<
T
>
,
factory
:
DIResolver
.
(
)
->
T
)