T
- type of object being validated@FunctionalInterface public interface IValidator<T>
Modifier and Type | Method and Description |
---|---|
IStatus |
validate(T value)
Determines if the given value is valid.
|
IStatus validate(T value)
value
- the value to validateIStatus.isOK()
or not. Never null.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.