korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-inject
/
korlibs.inject
/
Injector
/
mapFactory
map
Factory
inline
fun
<
T
:
Any
>
mapFactory
(
noinline
gen
:
Injector
.
(
)
->
InjectorFactory
<
T
>
)
:
Injector
fun
<
T
:
Any
>
mapFactory
(
clazz
:
KClass
<
T
>
,
gen
:
Injector
.
(
)
->
InjectorFactory
<
T
>
)
:
Injector