yes it's a try/catch basically. if you put in a `L...
# android
j
yes it's a try/catch basically. if you put in a
List<Bar>
and try to cast to a
List<Foo>
it will work up until the point when you try to access an item as a
Foo
👍 2