List Question
10 TechQA 2024-11-01 20:16:25Is there anyway, in Scala, to get the Singleton type of something from the more general type?
521 views
Asked by Ryan Stull
Is there a way to use the type of an object as the argument of a type parameter?
100 views
Asked by Ryan Stull
In Java 9+ with Scala, how to make a Cleanable that can be triggered by `System.gc()`
59 views
Asked by tribbloid
In Scala2, how to implement match type using implicits?
152 views
Asked by tribbloid
Scala Compiler throws: java.lang.IllegalAccessError: Class 'scala.tools.nsc.transform.patmat.PatternExpansion$ExtractorAlignment'
481 views
Asked by Frederick Roth
In scala, How to call generalised copy function of a case class if it is declared in a family outer type? - Part 2
204 views
Asked by tribbloid
In scala 2.13. How to log information/warning/error reliably in macro?
267 views
Asked by tribbloid
In scala, is it possible to initialise a singleton object from a TypeTag?
123 views
Asked by tribbloid