Skip to content

Instantly share code, notes, and snippets.

@vvviiimmm
Created January 7, 2019 14:23
Show Gist options
  • Save vvviiimmm/ca09fd5efa39ceac944ae47f8150dd94 to your computer and use it in GitHub Desktop.
Save vvviiimmm/ca09fd5efa39ceac944ae47f8150dd94 to your computer and use it in GitHub Desktop.
val bob = Person("Bob", 42)
// .copy provided by the 'case class'
val olderBob = bob.copy(age = 43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment