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
/
Multiton
/
Multiton
Multiton
constructor
(
scope
:
Scope
<
C
>
,
contextType
:
TypeToken
<
in
C
>
,
explicitContext
:
Boolean
,
argType
:
TypeToken
<
in
A
>
,
createdType
:
TypeToken
<
out
T
>
,
refMaker
:
RefMaker
?
=
null
,
sync
:
Boolean
=
true
,
creator
:
BindingDI
<
C
>
.
(
A
)
->
T
)
Parameters
T
The created type.