LiftQuatSerialize

trait LiftQuatSerialize[T <: Quat] extends ToExpr[T] with Quat[T] with Quat[T]
trait Quat[T]
trait Plain[T]
trait Quat[T]
trait WithSerializing[T, Quat]
trait ToExpr[T]
class Object
trait Matchable
class Any
object liftQuat.type
object liftQuatProduct.type

Value members

Abstract methods

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

Concrete methods

override def orFail(element: T)(using Quotes): Expr[T]
Definition Classes

Inherited methods

def apply(element: T)(using Quotes): Expr[T]
Inherited from:
Plain
override protected def failMsg(element: T): String
Definition Classes
Inherited from:
Quat
protected def tryLiftSerialized(element: T)(using Quotes, Type[T]): Option[Expr[T]]
Inherited from:
Quat
def unapply(element: T)(using Quotes): Some[Expr[T]]
Inherited from:
Plain