FromExpr (original) (raw)

scala.quoted.FromExpr

See theFromExpr companion object

A type class for types that can convert a quoted.Expr[T] to a T.

Attributes

Companion

object

Source

FromExpr.scala

Graph

Supertypes

Known subtypes

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

FromExpr.scala

In this article