Created
January 20, 2020 04:21
-
-
Save emmettna/b8d51ec4a9b0edf1af6bf2b00120f02d 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 integerSample: Int = 123 | |
val stringInteger: String = integerSample match { | |
case 123 => “123” | |
case _ => “” | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment