FromExprT

oxygen.meta.FromExprT
See theFromExprT companion object
trait FromExprT[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object fromTerm

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
fromTerm.type

Value members

Abstract methods

def unapply(x: Expr[A])(using Type[A], Quotes): Option[A]