can I cast something to multiple interfaces? e.g. ...
# announcements
m
can I cast something to multiple interfaces? e.g. as Number and Comparable? to pass it along to something that accepts N where N : Number, N : Comparable<N>