Search code examples
How to parse a csv with matching case class and store the output to treemap[Int, List[List[InputConf...


scalacsvparsingtreemapcase-class

Read More
Using Play Framework and case class with greater than 22 parameters...


jsonscalaplayframeworkcase-class

Read More
Tabular data from DB to MAP Data structure...


scalacase-class

Read More
Scala: Parse JSON directly into a case class...


jsonscalaparsingscala-2.10case-class

Read More
In Scala, how can an Inner case class consistently override a method?...


scalainheritanceoverridingcase-class

Read More
Mapping POJOs to case classes with immutable lists during deserialisation...


javascalaimmutabilitycase-classjson4s

Read More
Understanding Scala Implicits...


scalaparsingfunctional-programmingimplicitcase-class

Read More
Case class immutable still able to change the parameter values...


scalaimmutabilitycase-classconstructor-overloading

Read More
Case classes - Copy multiple fields with transforms...


scalagenericsshapelesscase-class

Read More
For `case class Cc(a: Int, b: Int) extends MyTraitA`, where does `MyTraitA` appear with `Product` an...


scalamultiple-inheritancecase-classcompiler-generated

Read More
Scala : How to use Global Config case class across application...


scalacase-class

Read More
Unable to resolve unapply...


scalacase-classunapply

Read More
Is it possible to use named parameter for Scala case-class matching?...


scalapattern-matchingwildcardcase-class

Read More
Spark - Map flat dataframe to a configurable nested json schema...


jsonscalaapache-sparkcase-class

Read More
Generically converting between two case classes of the same shape...


scalashapelesscase-class

Read More
How can I have curried case class constructors?...


scalafunctional-programmingjvmcurryingcase-class

Read More
What's the simplest way to pretty-print a Scala case class to JSON in Play Framework 2.1.x?...


jsonscalaplayframework-2.0case-class

Read More
Easily parse String of Key=Value pairs to Scala case class...


parsingscalakey-valuecase-class

Read More
Scala: Abstracting the toString function of case classes...


scalainheritancetypeclassshapelesscase-class

Read More
Spark: Unsupported literal type class scala.collection.immutable.Nil$ List()...


scalaapache-sparkdataframeapache-spark-sqlcase-class

Read More
Scala 2.10 reflection, how do I extract the field values from a case class, i.e. field list from cas...


scalareflectionscala-2.10case-class

Read More
How to model a bloom filter in Scala...


scaladata-structuresfunctional-programmingcase-classbloom-filter

Read More
Scala - how to take json as input arguments and parse it?...


jsonscalajacksoncase-class

Read More
Circe Couldn't convert raw json to case class Error: could not find Lazy implicit value of type ...


jsonscalakubernetescase-class

Read More
How to add large struct column to dataframe...


scalaapache-sparkapache-spark-sqlcase-class

Read More
Creating Case Class from parameters of an Array...


arraysscalacase-class

Read More
Referencing values or methods in inner case-class directly...


scalacompositioncase-class

Read More
Pattern matching in Scala with case classes...


scalapattern-matchingcase-class

Read More
Case objects vs Enumerations in Scala...


scalaenumerationcase-class

Read More
Passing case class into function arguments...


scalaapache-sparkapache-spark-datasetcase-classclasstag

Read More
BackNext