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

NullableWert

data class NullableWert<T> : GroupWithNullableEntries<T> (source)

Represents a GroupWithNullableEntries with a single nullable value.

Constructors

<init>

NullableWert(expected: T)

Represents a GroupWithNullableEntries with a single nullable value.

Properties

expected

val expected: T

Functions

toList

fun toList(): <ERROR CLASS>