@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) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.