MultiValue3

data class MultiValue3<T, U, V>(val first: T, val second: U, val third: V)

Constructors

Link copied to clipboard
constructor(first: T, second: U, third: V)

Properties

Link copied to clipboard
val first: T
Link copied to clipboard
val second: U
Link copied to clipboard
val third: V