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