Values

data class Values<T0, T1, T2>(val first: T0, val second: T1, val third: T2) : ParametersSpec.Values

The ParametersSpec.Values for three parameters

Constructors

Link copied to clipboard
constructor(first: T0, second: T1, third: T2)

Properties

Link copied to clipboard
val first: T0

the first parameter

Link copied to clipboard
val second: T1

the second parameter

Link copied to clipboard
val third: T2

the third parameter