doc / ch.tutteli.atrium.api.cc.en_GB / Value

Value

data class Value<out T> : GroupWithNullableEntries<T>, GroupWithoutNullableEntries<T> (source)

Represents a Group with a single value.

Constructors

<init>

Value(expected: T)

Represents a Group with a single value.

Properties

expected

val expected: T

Functions

toList

fun toList(): <ERROR CLASS>

Returns the members of the group as List.