Skip to content

Instantly share code, notes, and snippets.

@jacoblyles
Created April 11, 2017 18:05
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 jacoblyles/fb3a8cce962339f45727ea666808c5fe to your computer and use it in GitHub Desktop.
Save jacoblyles/fb3a8cce962339f45727ea666808c5fe to your computer and use it in GitHub Desktop.
Case Class Puzzle
case class A(
id: Int,
a: String,
b: String,
c: String,
d: String,
e: String)
case class Update(
a: Option[String],
b: Option[String],
c: Option[String],
d: Option[String],
e: Option[String])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment