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

Objects

class Objects<out T> (source)
Deprecated: Use Values instead; will be removed with 1.0.0 - there is no ReplaceWith defined due to bug KT-10094, please use search & replace instead, watch out for `Values(Values(` afterwards

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

Constructors

<init>

Objects(values: Values<T>)Objects(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>