withCast
Casts the given obj to T and triggers the block if successful.
Return
A nullable value of type R.
Parameters
obj
The object to cast.
kClass
The class to cast to.
block
The block to trigger if the cast is successful.
T
The cast type.
R
The type to return.