Join Slack
Communities
Powered by
`object { ... }` creates a subclass of `Any`, so y...
# announcements
k
kevinmost
12/08/2016, 9:41 PM
object { ... }
creates a subclass of
Any
, so you have access to any of the methods defined on
Any
. You could call
foo.equals(bar)
,
foo.hashCode()
, and
foo.toString()
Open in Slack
Previous
Next