Skip to content

Instantly share code, notes, and snippets.

@mmollaverdi
Created October 27, 2016 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmollaverdi/d55ce8de463a94739338169a002971b0 to your computer and use it in GitHub Desktop.
Save mmollaverdi/d55ce8de463a94739338169a002971b0 to your computer and use it in GitHub Desktop.
scala> getOwnerName("consumer_desktop")
res0: Option[String] = Some(Consumer web team)
scala> getOwnerName("no_such_system_id")
res3: Option[String] = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment