EmptyTupleFromExpr (original) (raw)
scala.quoted.FromExpr.EmptyTupleFromExpr
Default implementation of FromExpr[EmptyTuple]
- Transform
'{EmptyTuple}
intoSome(EmptyTuple)
- Otherwise returns
None
Attributes
Source
Graph
Supertypes
Self type
Members list
Return the value of the expression.
Return the value of the expression.
Returns None
if the expression does not represent a value or possibly contains side effects. Otherwise returns the Some
of the value.
Attributes
Source
In this article