castOrThrow
Casts the given obj to T or throws a TypeCastException if the cast fails.
Return
The cast object.
Parameters
obj
The object to cast.
kClass
The class to cast to.
T
The type to return.
Throws
If the cast fails.
Casts the given obj to T or throws a TypeCastException if the cast fails.
The cast object.
The object to cast.
The class to cast to.
The type to return.
If the cast fails.