kotest-assertions / io.kotest.data / Row1

Row1

data class Row1<out A>

Constructors

<init>

Row1(a: A)

Properties

a

val a: A

Functions

values

fun values(): List<A>