kotest-assertions / io.kotest.data / Row2

Row2

data class Row2<out A, out B>

Constructors

<init>

Row2(a: A, b: B)

Properties

a

val a: A

b

val b: B

Functions

values

fun values(): List<Any?>