Join Slack
Powered by
In my opinion there is nothing wrong with an if-ex...
# getting-started
d
diesieben07
01/26/2018, 1:14 PM
In my opinion there is nothing wrong with an if-expression:
Copy code
val result = if (var != null) { valueForNonNull } else { valueForNull }
Open in Slack
Previous
Next