T
- the type of value to validate.public interface ValueValidator<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(T value)
Check if the value of the parameter is valid.
|
boolean isValid(T value)
value
- the value to validateCopyright © 2020. All Rights Reserved.