Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-reflect

How to use Scala annotations in Java code

How to obtain a tree for a higher-kinded type parameter in a scala macro

Define spark udf by reflection on a String

Dynamic compilation of multiple Scala classes at runtime

What are odd names like $read and $iw doing in the reified expression?

Why do we have to explicitly specify the ClassTag typeclass

How to get the runtime value of parameter passed to a Scala macro?

In Scala, how to create a TypeTag from a type that is serializable? [duplicate]

Scala - Run-time performance of TypeTags, ClassTags and WeakTypeTags

Scala: reflection and case classes

In Scala Reflection, How to get generic type parameter of a concrete subclass?

Constructing TypeTags of higher-kinded types

Getting subclasses of a sealed trait