kotest-assertions / io.kotlintest.tables / Row10

Row10

data class Row10<out A, out B, out C, out D, out E, out F, out G, out H, out I, out J>
Deprecated: All package names are now io.kotest

Constructors

<init>

Row10(a: A, b: B, c: C, d: D, e: E, f: F, g: G, h: H, i: I, j: J)

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

h

val h: H

i

val i: I

j

val j: J

Functions

values

fun values(): List<Any?>