booster / com.didiglobal.booster.kotlinx / Octuple

Octuple

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

Constructors

<init>

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

Properties

eighth

val eighth: H

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