Search code examples
How do I enrich a case class with minimal changes to the codebase?...


scalagenericscase-classcompanion-objectenrich-my-library

Read More
Scala case class inheritance...


scalainheritancecase-class

Read More
scala function to operate on any case class...


scalagenericscase-class

Read More
Scala - copy case class with dynamic fields. Is it possible?...


scalafunctional-programmingcopycase-class

Read More
What is it called when a case class constructor param is used outside the class?...


scalapattern-matchingcase-class

Read More
Scala converting List of case class to List of another case class...


scalacase-class

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


scalapretty-printcase-class

Read More
How to create schema in Spark with Scala if more than 100 columns in the input?...


scaladataframeapache-sparkapache-spark-sqlcase-class

Read More
Scala: Accessing case class defined in another file...


scalacase-class

Read More
HMap with case objects as keys...


scalashapelesscase-class

Read More
How to pattern match objects in Scala...


listscalapattern-matchingcase-classunreachable-code

Read More
Get only super class fields...


scalainheritanceextendscase-class

Read More
What does putting a case class before function definition in scala mean?...


scalacase-class

Read More
How to inherit generic case class to reuse its properties?...


scalagenericscase-class

Read More
Why this class have to be case class?...


scalaclassinstantiationcase-class

Read More
Scala: accessing case class fields when returning a base class after a match statement...


jsonscalaplayframeworksubclasscase-class

Read More
inherited elements of a case class not getting persisted into mongodb using scala mongo driver...


mongodbscalacodeccase-classmongo-scala-driver

Read More
Ignore case class field in ScalaTest matching...


scalascalatestmatchercase-class

Read More
Easy idiomatic way to define Ordering for a simple case class...


scalasortingcase-class

Read More
Shapeless: Could not find implicit value for updater...


scalagenericsshapelesscase-class

Read More
equals of case class with non-primitives is not working correctly for two logically equal instances...


scalaequalscase-class

Read More
Unable to create dataframe from a textfile using case class in spark scala...


scaladataframeapache-sparkapache-spark-sqlcase-class

Read More
Creating an Apache Spark RDD of a Class in PySpark...


apache-sparkpysparkrddcase-classpython-dataclasses

Read More
How `set.contains` works in Scala?...


scalasetequalshashcodecase-class

Read More
Custom annotations in scala...


scalaannotationscase-class

Read More
Using .tupled method when companion object is in class...


scalasingletonslickcase-class

Read More
Scala: Case class unapply vs a manual implementation and type erasure...


scalapattern-matchingtype-erasurecase-classunapply

Read More
Extend case class with typeclass...


scalafunctional-programmingpolymorphismtypeclasscase-class

Read More
Can Scala case classes match in both an inherited and non-inherited function?...


scalaoopinheritancemultiple-inheritancecase-class

Read More
How to override apply in a case class companion...


scalapattern-matchingcase-class

Read More
BackNext