doc / ch.tutteli.atrium.api.infix.en_GB.creating / Value

Value

data class Value<T> : Group<T> (source)

Represents a Group with a single value.

Use the function value(t) to create this representation.

Properties

expected

val expected: T

Functions

toList

fun toList(): List<T>

Returns the members of the group as List.