typeOf

inline fun <T> typeOf(): TypeOf<T>(source)

Creates an instance of TypeOf for the given parameterized type.

Return

the TypeOf that captures the generic type of the given parameterized type

Parameters

T

the type