Join Slack
Powered by
`MyEnum.values().firstOrNull { it.rawValue == 20 }...
# getting-started
o
orangy
04/27/2016, 8:05 PM
MyEnum.values().firstOrNull { it.rawValue == 20 }
is shorter and much more effective
7
Views
Open in Slack
Previous
Next