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

Values

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

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

Constructors

<init>

Values(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>