data class Row3<out A, out B, out C>
Row3(a: A, b: B, c: C)
val a: A
val b: B
val c: C
fun values(): List<Any?>