class NullableValues<T> : GroupWithNullableEntries<T>
(source)
NullableValues(expected: T, vararg otherExpected: T) |
val expected: T |
|
vararg val otherExpected: Array<out T> |
fun toList(): List<T>
Returns the members of the group as List. |