kotest-assertions / io.kotlintest.tables / Row2

Row2

data class Row2<out A, out B>
Deprecated: All package names are now io.kotest

Constructors

<init>

Row2(a: A, b: B)

Properties

a

val a: A

b

val b: B

Functions

values

fun values(): List<Any?>