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