kotest-fp / io.kotest.fp / Tuple3

Tuple3

data class Tuple3<out A, out B, out C>

Constructors

<init>

Tuple3(a: A, b: B, c: C)

Properties

a

val a: A

b

val b: B

c

val c: C

Functions

toList

fun toList(): List<Any?>

toString

fun toString(): String