Created
April 1, 2018 06:33
-
-
Save sajjadyousefnia/81205e2df0ce640c1c36aa953675d8a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val nonNullsList: List<String> = listOfNotNull(2, 45, 2, null, 5, null) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment