Splited7
data class Splited7<A, B, C, D, E, F, G>(val first: A, val second: B, val third: C, val fourth: D, val fifth: E, val sixth: F, val seventh: G)
Data class that holds seven values split from a combined field.
Parameters
A
Type of the first value
B
Type of the second value
C
Type of the third value
D
Type of the fourth value
E
Type of the fifth value
F
Type of the sixth value
G
Type of the seventh value
first
The first split value
second
The second split value
third
The third split value
fourth
The fourth split value
fifth
The fifth split value
sixth
The sixth split value
seventh
The seventh split value