Type Ref
A reified Java type. Conveys generic type information at run time.
Create new instances with the typeRef factory method:
val listOfStrings = typeRef<List<String>>()
Content copied to clipboard
Uses the technique described in Neal Gafter's article on Super Type Tokens.