Marc Knaup
10/31/2017, 6:43 PMcopy method will look differently for every data class, so how can that be generic?
Unless you call it with zero arguments. But that would require a no-arg copy method which data classes don’t have. They only have a copy method with a lot of parameters with default arguments.