doc / ch.tutteli.atrium.api.cc.de_CH / NullableWert

NullableWert

data class NullableWert<T> : GroupWithNullableEntries<T>
Deprecated: Use Wert instead, it was opened up to Any? in 0.8.0; will be removed with 1.0.0

Constructors

<init>

NullableWert(expected: T)

Properties

expected

val expected: T

Functions

toList

fun toList(): List<T>

Returns the members of the group as List.