final object ValueClassUnbox

For an instance v of a value class like: class V(val underlying: X) extends AnyVal Match v.underlying() and extract v

Constructors

Members

[+] def unapply ( t: Tree ) ( implicit ctx: Context ) : Option [ Tree ]