Skip to content

Instantly share code, notes, and snippets.

@patryk-scalac-io
Created June 15, 2017 06:51
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 patryk-scalac-io/e744175cf570462c59ace783e71a8cdf to your computer and use it in GitHub Desktop.
Save patryk-scalac-io/e744175cf570462c59ace783e71a8cdf to your computer and use it in GitHub Desktop.
stringPrism.getOption(JStr("someString"))
// res1: Option[String] = Some(someString)
stringPrism.reverseGet("someString")
// res2: com.example.Json = JStr(someString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment