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

NullableValues

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

Parameter object to express (T, vararg T) where T: Any? in the infix-api.

Constructors

<init>

NullableValues(expected: T, vararg otherExpected: T)

Parameter object to express (T, vararg T) where T: Any? in the infix-api.

Properties

expected

val expected: T

otherExpected

vararg val otherExpected: Array<out T>

Functions

toList

fun toList(): List<T>