Join Slack
Powered by
How can I get the Java Class object for boxed prim...
# announcements
m
Marc Knaup
10/21/2017, 3:29 PM
How can I get the Java Class object for boxed primitives in Kotlin? 😮 And does Kotlin have a utility method which allows me to use
Class.isAssignableFrom
with auto-boxing in mind? (i.e. here Int<>int are assignable to each other).
3
Views
Open in Slack
Previous
Next