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