Search code examples
Is it possible in Scala 3 overriding a method in superclass with extension methods?...

scalaextension-methodsimplicitscala-3

Read More
Problem with understtanding Matchable trait in Scala 3...

scalascala-3

Read More
How to do the equivalent of T[Any] for higher kinded types in scala...

scalagenericsscala-3existential-typehigher-kinded-types

Read More
Scala 3 IntelliJ error: ';' expected but ':' found...

scalaintellij-ideascala-3

Read More
Summoning instance for opaque type in an object with match type fails...

scalascala-3

Read More
How to type a tuple of any length but only having options in scala 3...

scalascala-3

Read More
How to get Scala annotations that are given to an argument of a method...

scalascala-macrosscala-3

Read More
Porting to Scala 3. Macros - could not find class in classpath...

scalametaprogrammingscala-macrosscala-3

Read More
Need to specify type explicitly when using match type with enum - Scala 3...

scalatypesenumsscala-3match-types

Read More
Pattern matching case classes, all cases have same return...

scalapattern-matchingcase-classscala-3

Read More
How to use an Object in a trait by using its type in Scala...

scalaobjectgenericstraitsscala-3

Read More
Can a Scala 3 macro introduce an identifier?...

scalascala-macrosscala-3

Read More
Same type after erasure in opaque types in Scala 3...

scalascala-3opaque-types

Read More
Using K0.ProductInstances in shapeless3...

scalashapelessscala-3

Read More
Find all package level objects with scala 3 reflection...

scalareflectionscala-macrosscala-3

Read More
Scala 3: How do you extract the names of elements from a Mirror.Sum as a tuple?...

scalametaprogrammingscala-3

Read More
How to normalise a Union Type (T | Option[T])?...

scalascala-3

Read More
How to implement a recursive Scala 3 function that returns a recursive match type?...

scalatuplesscala-3match-types

Read More
Dynamic import from object instead of package...

scalascala-3

Read More
Scala, why can't underscore function syntax infer type?...

scalascala-3

Read More
How to Decode a Generic Case Class with semiautomatic in Circe in Scala 3...

scalacircescala-3generic-derivation

Read More
Using Scala ClassTags in Collections...

scalareflectionscala-3

Read More
How to make a generic numeric method in scala 3?...

scalagenericsscala-3

Read More
zio-http (ZIO 2.x) application not starting with Scala 3...

scalascala-3ziozio-http

Read More
Dynamically checking subclass relationship in Scala 3...

scalareflectionscala-3

Read More
Pattern matching against union type can't remove cases from consideration...

scalapattern-matchingunion-typesscala-3dotty

Read More
2 Extension Methods with the same name in different classes do not work in Scala 3?...

scalaextension-methodsdottyscala-3

Read More
What is the reason for IO application not closing its execution?...

scalaloggingconcurrencyslf4jscala-3

Read More
Scala Sorting With Ex Aqueo...

scalascala-3

Read More
In scala 3, how to get a given Factory for both something like Iteratable and an Array?...

scalafactoryimplicitscala-3contextual-abstractions

Read More
BackNext