Join Slack
Powered by
I have a sealed class, say `A`, whose subtypes are...
# announcements
r
renatoathaydes
12/01/2016, 9:04 AM
I have a sealed class, say
A
, whose subtypes are all `object`s. Now, I get an instance of type
Class<out A>
. How can I know which of the `object`s this class is?
2
Views
Open in Slack
Previous
Next