ChucK has a cast operator, so you should be able to cast the result of
List.get(int), Iterator.next(), or the object parameter in a
forEach(UnaryPredicate) to what you expect the Object to be. This
works:
Wow! Great stuff!
Thanks a lot for taking the time to figure this out and share.