Tuple1

data class Tuple1<T1>(val t1: T1)

Tuple of length 1.

Constructors

Link copied to clipboard
fun <T1> Tuple1(t1: T1)

Properties

Link copied to clipboard
val t1: T1