Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created May 16, 2020 20:12
Show Gist options
  • Save lu4nm3/8658fd8d10899918cc43ee277c4bf3a5 to your computer and use it in GitHub Desktop.
Save lu4nm3/8658fd8d10899918cc43ee277c4bf3a5 to your computer and use it in GitHub Desktop.
scala> EmailAddress("@example.com")
res0: Either[String,EmailAddress] = Left(Invalid email address)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment