kotest-assertions / io.kotlintest.tables / Row1

Row1

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

Constructors

<init>

Row1(a: A)

Properties

a

val a: A

Functions

values

fun values(): List<A>