Values

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

The ParametersSpec.Values for four parameters

Constructors

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

Properties

Link copied to clipboard
val first: T0

the first parameter

Link copied to clipboard
val fourth: T3

the fourth parameter

Link copied to clipboard
val second: T1

the second parameter

Link copied to clipboard
val third: T2

the third parameter