Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created May 16, 2020 20:14
Show Gist options
  • Save lu4nm3/d7f63c38f36627cbca0bbbd2be3bebd7 to your computer and use it in GitHub Desktop.
Save lu4nm3/d7f63c38f36627cbca0bbbd2be3bebd7 to your computer and use it in GitHub Desktop.
scala> EmailAddress("[email protected]").map(_.copy(emailAddress = "@example.com"))
<console>:13: error: value copy is not a member of EmailAddress
EmailAddress("[email protected]").map(_.copy(emailAddress = "@example.com"))
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment