Created
May 16, 2020 20:14
-
-
Save lu4nm3/d7f63c38f36627cbca0bbbd2be3bebd7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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