Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created July 22, 2015 14:07
Show Gist options
  • Save oyvindio/6b3f3943b3ffcb83bd81 to your computer and use it in GitHub Desktop.
Save oyvindio/6b3f3943b3ffcb83bd81 to your computer and use it in GitHub Desktop.
scala> Option(null)
res0: Option[Null] = None
scala> List(null).lastOption
res1: Option[Null] = Some(null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment