NilFromExpr
scala.quoted.FromExpr.NilFromExpr
object NilFromExpr extends FromExpr[Nil.type]
Default implementation of FromExpr[Nil]
- Transform
'{Nil}
intoSome(Nil)
- Otherwise returns
None
Attributes
- Source
- FromExpr.scala
- Graph
-
- Supertypes
- Self type
-
NilFromExpr.type
Members list
In this article