Join Slack
Powered by
I think you'd want to write it like `Map<Any, S...
# announcements
t
trubesv
09/17/2017, 8:35 AM
I think you'd want to write it like
Map<Any, String>
Because it's
Map<key, value>
and you don't want to pass your whole
Enum
as a key, just a value from it if I'm not mistaken
Open in Slack
Previous
Next