public static class EmailValidator.Result<T> extends Object
| Constructor and Description |
|---|
Result(T user,
boolean valid,
boolean empty,
boolean duplicated) |
| Modifier and Type | Method and Description |
|---|---|
T |
getUser() |
boolean |
isDuplicated() |
boolean |
isEmpty() |
boolean |
isValid() |
Copyright © 2021 Atlassian. All rights reserved.