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