score:1
Accepted answer
I'm fairly sure that this is a Scala compiler bug. I can't find an exactly match in the bug database for the problem you're seeing just at the moment, but it feels like it's probably a relative of SI-4225.
Source: stackoverflow.com
Related Query
- shapeless implicit val LabelledGeneric cannot found in method where case class is defined
- LabelledGeneric instance generation on a tagged case class yields me an error in shapeless
- Implicit Generic.Aux missing on conversion from Shapeless HList to case class
- Scala Implicit Method Compilation when Method Tries to Access Non-Existing Case Class Members
- Abstracting implicit val of case class
- Scala: cannot resolve method error for case class in pattern matching
- Shapeless code to convert Map[String, Any] to case class cannot handle optional substructures
- Provided implicit reader/writer for case class not found
- Implicit val from context case class
- Scala Shapeless No Implicits Found Case Class Migration Adding New Field
- Cannot derive implicit instance of type class using shapeless
- Shapeless - programatically remove fields from case class using LabelledGeneric
- Casting a Map[String,String] to a case class User(id, name) using implicit method
- Implicit class method not found
- Scala case class private constructor but public apply method
- Shapeless - turn a case class into another with fields in different order
- Converting Map[String,Any] to a case class using Shapeless
- Case Class and Implicit Arguments and Pattern Matching
- Case class copy() method abstraction
- Method cannot be accessed in Macro generated class
- Using implicit class to override method
- How do I create an explicit companion object for a case class which behaves identically to the replaced compiler provided implicit companion object?
- Case Class default apply method
- Java calling Scala case class w/ implicit parameter?
- Rename and Override equals method in case class
- Deriving circe Codec for a sealed case class family where base trait has a (sealed) type member
- Convert a List[String] to a case class using Shapeless
- Tupled method for case class having a type parameter
- Shapeless : Prepend. Implicit not found
- lazy implicit val not found
More Query from same tag
- Java-based H2 Database cannot locate items in CLASSPATH
- On Spark's RDD's take and takeOrdered methods
- Need workaround for scala breeze matrix slicing and vector indexing
- How to build executable jar from snowpark scala maven application and run from command line
- Activiti Java Service Task: Passivate w/out the need for receive task
- How to count each type/kind of objects from a Sequence of mixed objects by Scala
- Test Class Not Found when Unit Testing on Scala
- Scala implicit conversion misleading
- Scala: how to work with long type parameter lists
- Parameter string-naming conversion to algebraic types in scala
- Scala 2.8 collections design tutorial
- ScalaFx: Event Handler with First Class Function
- Spark & Scala - Cannot Filter null Values from RDD
- Scala Can't Find Implicit and I Don't Know Why - Can Someone Point Me in the Right Direction?
- Is there a Scala operator similar to Haskell's $ (dollar sign)?
- Template types not working in Scala?
- Is it possible to rewrite this function tail-recursively?
- Recursive value needs type - Scala Swing
- Change value of nested column in DataFrame
- Scala Skinny ORM - Obligatory Relation
- What is '~' sign annotate when we define pathPrefix in scala REST service?
- Scala : Writing String Iterator to file in Efficient way
- why both transform and map methods in scala?
- Group Count based on Specific Time Window for Spark Scala
- scala: use parallel collections to do a foreach, and then do something else on each partition?
- Execute parallel requests in Gatling
- store ID after deletion with java scala in lift
- Importing scala packages (no jar) at Zeppelin
- Making a Slick query that filters from an optional id?
- Using implicits for scala map keys