static fun verifyIsEmailAddress(candidate: CharSequence!): Unit
Verifies that the given candidate is a well-formed e-mail address.
candidate
- CharSequence!: The candidate to perform the verification on.
IllegalArgumentException
- If the candidate is not a well-formed e-mail address.