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