Skip to content

Instantly share code, notes, and snippets.

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