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