kodein-di
/
org.kodein.di
/
erasedList
common
erased
List
inline fun <
T
:
Any
>
erasedList
():
TypeToken
<
List
<
T
>>
Content copied to clipboard
Creates a CompositeTypeToken that defines a
List<T>
.
Parameters
T
The parameter type of the List.