ReactiveState
Toggle table of contents
6.0.0-preview.21
common
Target filter
common
Switch theme
Search in API
Skip to content
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
DIImpl
/
get
get
inline
fun
<
T
:
Any
>
DIResolver
.
get
(
noinline
default
:
(
)
->
T
?
=
null
)
:
LazyProperty
<
T
>
fun
<
T
:
Any
>
InternalDI
.
get
(
resolver
:
DIResolver
,
klass
:
KClass
<
T
>
,
default
:
(
)
->
T
?
=
null
)
:
LazyProperty
<
T
>