data class Value<T : Any> : GroupWithoutNullableEntries<T> (source)
Represents a GroupWithoutNullableEntries with a single value.
Value(expected: T)
Represents a GroupWithoutNullableEntries with a single value. |
val expected: T |
fun toList(): <ERROR CLASS> |