Join Slack
Powered by
Solution even without `if`. ```val foo1 = foo?.fir...
# announcements
g
gildor
03/06/2018, 8:07 AM
Solution even without
if
.
Copy code
val foo1 = foo?.first?.second?.third?.fourth?.fifth ?: return foo1.doSomething()
Not really universal, but works for some cases
Open in Slack
Previous
Next