Tuple15

data class Tuple15<out A, out B, out C, out D, out E, out F, out G, out H, out I, out J, out K, out L, out M, out N, out O>(    val first: A,     val second: B,     val third: C,     val fourth: D,     val fifth: E,     val sixth: F,     val seventh: G,     val eighth: H,     val ninth: I,     val tenth: J,     val eleventh: K,     val twelfth: L,     val thirteenth: M,     val fourteenth: N,     val fifteenth: O)

Constructors

Link copied to clipboard
fun <out A, out B, out C, out D, out E, out F, out G, out H, out I, out J, out K, out L, out M, out N, out O> Tuple15(    first: A,     second: B,     third: C,     fourth: D,     fifth: E,     sixth: F,     seventh: G,     eighth: H,     ninth: I,     tenth: J,     eleventh: K,     twelfth: L,     thirteenth: M,     fourteenth: N,     fifteenth: O)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eighth: H
Link copied to clipboard
val eleventh: K
Link copied to clipboard
val fifteenth: O
Link copied to clipboard
val fifth: E
Link copied to clipboard
val first: A
Link copied to clipboard
val fourteenth: N
Link copied to clipboard
val fourth: D
Link copied to clipboard
val ninth: I
Link copied to clipboard
val second: B
Link copied to clipboard
val seventh: G
Link copied to clipboard
val sixth: F
Link copied to clipboard
val tenth: J
Link copied to clipboard
val third: C
Link copied to clipboard
val thirteenth: M
Link copied to clipboard
val twelfth: L

Extensions

Link copied to clipboard
operator fun <A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Tuple15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O>.plus(p: P): Tuple16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P>