kotest-fp / io.kotest.fp / Tuple4

Tuple4

data class Tuple4<out A, out B, out C, out D>

Constructors

<init>

Tuple4(a: A, b: B, c: C, d: D)

Properties

a

val a: A

b

val b: B

c

val c: C

d

val d: D

Functions

toList

fun toList(): List<Any?>

toString

fun toString(): String