Join Slack
Powered by
You’ll need to transform the short to an int with ...
# getting-started
d
dalexander
11/14/2017, 3:37 PM
You’ll need to transform the short to an int with
.toInt()
the reason is because the JVM has no short equality bytecode operator.
Open in Slack
Previous
Next