Documentation / kotlin-core / com.femastudios.kotlin.core / Tenfold
Tenfold
data class Tenfold<out A, out B, out C, out D, out E, out F, out G, out H, out I, out J>
Constructors
Tenfold(first: A, second: B, third: C, fourth: D, fifth: E, sixth: F, seventh: G, eighth: H, ninth: I, tenth: J) |
Properties
val eighth: H |
|
val fifth: E |
|
val first: A |
|
val fourth: D |
|
val ninth: I |
|
val second: B |
|
val seventh: G |
|
val sixth: F |
|
val tenth: J |
|
val third: C |
Functions
fun toString(): String |