Join Slack
Powered by
anyone know why in this instance casting to `T` is...
# android
g
ghosalmartin
03/15/2019, 11:19 AM
anyone know why in this instance casting to
T
is unchecked?
d
Dico
03/15/2019, 1:06 PM
Unchecked cast means the concrete type you're trying to cast to is not present at runtime because of erasure. The cast will "assume" there is no error.
g
ghosalmartin
03/15/2019, 2:32 PM
ta 🙂
2
Views
Open in Slack
Previous
Next