given_FromExpr_Node

com.github.rssh.appcontext.doc.DependencyGraph.given_FromExpr_Node
object given_FromExpr_Node extends FromExpr[Node]

Attributes

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

Members list

Value members

Concrete methods

def unapply(expr: Expr[Node])(using quotes: Quotes): Option[Node]

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