List Question
10 TechQA 2025-01-02 00:20:03Is there anyway, in Scala, to get the Singleton type of something from the more general type?
542 views
Asked by Ryan Stull
Is there a way to use the type of an object as the argument of a type parameter?
116 views
Asked by Ryan Stull
In Java 9+ with Scala, how to make a Cleanable that can be triggered by `System.gc()`
80 views
Asked by tribbloid
In Scala2, how to implement match type using implicits?
161 views
Asked by tribbloid
Scala Compiler throws: java.lang.IllegalAccessError: Class 'scala.tools.nsc.transform.patmat.PatternExpansion$ExtractorAlignment'
501 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
221 views
Asked by tribbloid
In scala 2.13. How to log information/warning/error reliably in macro?
294 views
Asked by tribbloid
In scala, is it possible to initialise a singleton object from a TypeTag?
141 views
Asked by tribbloid