| Modifier and Type | Field and Description |
|---|---|
private Value<? extends T> |
defaultValue |
private Value<T> |
value |
| Constructor and Description |
|---|
DefaultValue(Value<T> value,
Value<? extends T> defaultValue)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the actual value.
|