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

Wert

data class Wert<out T> : GroupWithNullableEntries<T>, GroupWithoutNullableEntries<T>
Deprecated: api-cc-de_CH is discontinued, switch to api-fluent-en_GB; will be removed with 1.0.0

Represents a GroupWithoutNullableEntries with a single value.

Constructors

<init>

Wert(expected: T)

Represents a GroupWithoutNullableEntries with a single value.

Properties

expected

val expected: T

Functions

toList

fun toList(): List<T>

Returns the members of the group as List.