scala q: just as you can do val `z = x.asInstanceOf[Y]` can you do `val z = x.receiverOfMessage('fizbaz)`?
@snoble look up structural types. But you should use pattern matching, not asInstanceOf, if possible.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@snoble look up structural types. But you should use pattern matching, not asInstanceOf, if possible.