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

Value

class Value<out T : Any> : GroupWithoutNullableEntries<T> (source)

Parameter object to express a Group with a single element.

Constructors

<init>

Value(expected: T)

Parameter object to express a Group with a single element.

Properties

expected

val expected: T

Functions

toList

fun toList(): List<T>