Splited5
data class Splited5<A, B, C, D, E>(val first: A, val second: B, val third: C, val fourth: D, val fifth: E)
Data class that holds five 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
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