given_FromExpr_OuterSelectWrap

io.getquill.OuterSelectWrap.given_FromExpr_OuterSelectWrap

Attributes

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

Members list

Value members

Concrete methods

def unapply(e: Expr[OuterSelectWrap])(using Quotes): Option[OuterSelectWrap]

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