T trait

Liftable [T]

extends Object

A typeclass for types that can be turned to quoted.Expr[T] without going through an explicit '{...} operation.

Supertypes

Object

Members

def 

toExpr

( x: T ) : implicit QuoteContext => Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value