Join Slack
Communities
Powered by
or… ``` val existing = map[id] if (existing != nul...
# announcements
i
Ian
01/23/2017, 9:35 PM
or…
Copy code
val existing = map[id] if (existing != null && !existing.finished) { return existing }
Open in Slack
Previous
Next