given_FromExpr_TypeInferrer

io.github.quafadas.table.TypeInferrer.given_FromExpr_TypeInferrer
object given_FromExpr_TypeInferrer extends FromExpr[TypeInferrer]

Attributes

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

Members list

Value members

Concrete methods

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

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