given_FromExpr_ReadAs

io.github.quafadas.table.ReadAs.given_FromExpr_ReadAs
object given_FromExpr_ReadAs extends FromExpr[ReadAs]

Attributes

Graph
Supertypes
trait FromExpr[ReadAs]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(x: Expr[ReadAs])(using Quotes): Option[ReadAs]

Returns the value of the expression.

Returns 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