toggle menu
kodein-di
7.21.0
common
switch theme
search in API
kodein-di
/
org.kodein.di
/
DI
/
Key
/
Key
Key
common
constructor
(
contextType
:
TypeToken
<
in
C
>
,
argType
:
TypeToken
<
in
A
>
,
type
:
TypeToken
<
out
T
>
,
tag
:
Any
?
)
Parameters
C
The in context type.
A
The in argument type (
Unit
for a provider).
T
The out type.