| Modifier and Type | Field and Description |
|---|---|
private java.util.List<? extends Value<? extends T>> |
values |
| Constructor and Description |
|---|
ListValue(java.util.List<? extends Value<? extends T>> values)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getValue()
Get the actual value.
|
public java.util.List<T> getValue() throws java.lang.IllegalStateException