In a macro impl[A: c.WeakTypeTag], if I find that c.weakTypeOf[A] <:< typeOf[Option[Any]], how do I get the type parameter of the Option? E.g., when A is Option[String], I need to find String.

有帮助吗?

解决方案

Same problem as here:

c.asInstanceOf[TypeRefApi].args.head
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top