booster / com.didiglobal.booster.kotlinx / Septuple

Septuple

data class Septuple<A, B, C, D, E, F, G>

Constructors

<init>

Septuple(first: A, second: B, third: C, fourth: D, fifth: E, sixth: F, seventh: G)

Properties

fifth

val fifth: E

first

val first: A

fourth

val fourth: D

second

val second: B

seventh

val seventh: G

sixth

val sixth: F

third

val third: C