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

Values

class Values<out T> (source)
Deprecated: Use pendant from package en_GB; will be removed with 1.0.0

Parameter object to express T, vararg T in the infix-api.

Constructors

<init>

Values(objects: Objects<T>)Values(expected: T, vararg otherExpected: T)

Parameter object to express T, vararg T in the infix-api.

Properties

expected

val expected: T

otherExpected

vararg val otherExpected: Array<out T>

Functions

toList

fun toList(): List<T>