data class Value<T> : GroupWithNullableEntries<T>, GroupWithoutNullableEntries<T>
Represents a Group with a single value.
Use the function value(t)
to create this representation.
val expected: T |
fun toList(): List<T>
Returns the members of the group as List. |