data class Value<out T> : Group<T>
Represents a Group with a single value.
<init>
Value(expected: T)
expected
val expected: T
toList
fun toList(): List<T>
Returns the members of the group as List.