Search code examples
Get typeOf[Int] from typeOf[List[Int]]...


scalascala-reflect

Read More
case match a `reflect.runtime.universe.Type`...


scalascala-reflect

Read More
Convert a Map to a nested case class...


scalascala-reflect

Read More
Compilation error "not found value ..." after macros expansion...


scalascala-macrosscala-reflect

Read More
How to get the declaring Type of a Method by MethodSymbol?...


scalareflectionscala-reflect

Read More
merge `Tree` and `List[Tree]` in scala compile-time reflection...


scalascala-macrosscala-reflectscala-quasiquotes

Read More
What does scala reflection API Type.dealias do?...


scalascala-reflect

Read More
Finding an overloaded method using Scala Reflections...


scalascala-reflect

Read More
Is there a way to get the direct parents of a ClassSymbol in macro context?...


scalascala-reflect

Read More
How is 'classOf' expression represented in scala AST...


scalascala-reflect

Read More
Did Trees$Literal (reflection) move in Scala 2.13.0-M3?...


scalascala-reflect

Read More
In scala, How could Map[_,_] and scala.collection.immutable.Map[_,_] have different TypeTag?...


scalareflectionscala-reflect

Read More
Manually creating a type tag...


scalascala-reflect

Read More
Spark/scala create empty dataset using generics in a trait...


scalaapache-sparkscala-reflect

Read More
How to get the aliased type of a type alias in scala runtime?...


scalareflectiontypesscala-reflectscala-2.12

Read More
Pass class type to a function in Scala...


scalascala-reflect

Read More
TypeTag for case classes...


scalareflectioncase-classscala-reflectreify

Read More
Scala macro does not compile when code is crafted without reify...


scalareflectionmacrosscala-reflect

Read More
Accessing a case class annotation...


scalascala-reflect

Read More
Is the Symbol a case object?...


scalascala-reflect

Read More
how to call scala REPL console from scala program?...


javascalaread-eval-print-loopscala-reflect

Read More
How to adjust string to correct input type of classOf in scala?...


scalareflectionpackagescala-reflect

Read More
Why does this public field have a PRIVATE flag?...


scalascala-macrosscala-reflectscala-macro-paradise

Read More
Get case class annotations with reflection?...


scalascala-reflect

Read More
Preserving type arguments in Akka receive...


scalaakkatype-erasurescala-reflect

Read More
How to load implicit Manifest from polymorphic type field...


scalascala-reflectscala-generics

Read More
sbt-android: unable to use scala-reflect on android: java.rmi.Remote not found...


androidscalareflectionscala-reflectsbt-android

Read More
Performing an explicit cast based on `Class` instance...


scalascala-reflect

Read More
Scala: get outer class from inner class in constructor...


scalascala-reflectscala-implicits

Read More
ClassTag.runtimeClass.isInstance does not work for AnyVal...


scalagenericsscala-reflect

Read More
BackNext