Join Slack
Powered by
`b?.let { b -> print(b) } ?: throw SomeAssertio...
# getting-started
j
janvladimirmostert
09/27/2017, 11:23 AM
b?.let { b -> print(b) } ?: throw SomeAssertionException()
is probably better ?
3
Views
Open in Slack
Previous
Next