kotest-assertions / io.kotest.data / Row7

Row7

data class Row7<out A, out B, out C, out D, out E, out F, out G>

Constructors

<init>

Row7(a: A, b: B, c: C, d: D, e: E, f: F, g: G)

Properties

a

val a: A

b

val b: B

c

val c: C

d

val d: D

e

val e: E

f

val f: F

g

val g: G

Functions

values

fun values(): List<Any?>