Join Slack
Powered by
you can even do sth like this ``` property?.let {...
# announcements
r
rafal
12/30/2015, 11:38 AM
you can even do sth like this
Copy code
property?.let { //do anything with not-null property }
Open in Slack
Previous
Next