kotest-fp / io.kotest.fp / Tuple5

Tuple5

data class Tuple5<out A, out B, out C, out D, out E>

Constructors

<init>

Tuple5(a: A, b: B, c: C, d: D, e: E)

Properties

a

val a: A

b

val b: B

c

val c: C

d

val d: D

e

val e: E

Functions

toList

fun toList(): List<Any?>

toString

fun toString(): String