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

NullableValue

class NullableValue<out T> : GroupWithNullableEntries<T> (source)

Represents a Group with a single nullable value.

Constructors

<init>

NullableValue(expected: T)

Represents a Group with a single nullable value.

Properties

expected

val expected: T

Functions

toList

fun toList(): List<T>