erasedList

inline fun <T : Any> erasedList(): TypeToken<List<T>>

Creates a CompositeTypeToken that defines a List<T>.

Parameters

T

The parameter type of the List.