typeReference
Creates a TypeReference for the specified type.
Example usage:
val typeRef = typeReference<List<String>>()Content copied to clipboard
Parameters
T
The type to capture.
Creates a TypeReference for the specified type.
Example usage:
val typeRef = typeReference<List<String>>()The type to capture.