New posts in case-class

Should exceptions be case classes?

Why is parameter in contravariant position?

Scala - how to print case classes like (pretty printed) tree

hashCode in case classes in Scala

In Scala, is there an easy way to convert a case class into a tuple?

Should I use the final modifier when declaring case classes?

Scala Macros: Making a Map out of fields of a class in Scala

What is *so* wrong with case class inheritance?

Mixing in a trait dynamically

Case class to map in Scala

Scala case class inheritance

How to get around the Scala case class limit of 22 fields?

What are the disadvantages to declaring Scala case classes?

Overload constructor for Scala's Case Classes?

Easy idiomatic way to define Ordering for a simple case class

How to override apply in a case class companion

How to define schema for custom type in Spark SQL?

IntelliJ Scala Plugin's case class indentation is absurd

Cleaner way to update nested structures

Case objects vs Enumerations in Scala