Join Slack
Powered by
the implementation of `getOrElse` should be someth...
# announcements
m
mikrobak
12/28/2016, 12:21 AM
the implementation of
getOrElse
should be something along the lines of
Copy code
if (containsKey(key)) get(key) else defaultValue()
Open in Slack
Previous
Next