Values

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

The ParametersSpec.Values for two parameters

Parameters

T0

the type of the first value

T1

the type of the second value

Constructors

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

Properties

Link copied to clipboard
val first: T0

the first parameter

Link copied to clipboard
val second: T1

the second parameter