Is it possible to ignore a field of a case class in the equals/haschode method of the case class?
My use case is that I have a field that is essentially metadata for rest of the data in the class.
question from:https://stackoverflow.com/questions/10373715/scala-ignore-case-class-field-for-equals-hascode