@Authors(value="Nikolche Mihajlovski") @Since(value="5.2.0") public class ValidatingVar<T> extends DecoratorVar<T>
var| Constructor and Description |
|---|
ValidatingVar(Var<T> var,
Predicate<T> isValid,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doSet(T value) |
Set<String> |
errors() |
error, get, getRawValue, name, set, toStringCopyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.