NiceLiftable

trait NiceLiftable[T] extends ToExpr[T]
trait ToExpr[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def lift: Quotes => PartialFunction[T, Expr[T]]

Concrete methods

def apply(element: T)(using Quotes): Expr[T]
def deserializeDisabled(using Quotes): Boolean
def unapply(t: T)(using Quotes): Some[Expr[T]]