ToExprT

oxygen.meta.ToExprT
See theToExprT companion trait
object ToExprT extends Derivable[ToExprT]

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToExprT.type

Members list

Type members

Classlikes

final case class AppliedType[A](tpe: Type[A], tet: ToExprT[A]) extends ToExpr[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ToExpr[A]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def applied[A](tpe: Type[A], tet: ToExprT[A]): ToExpr[A]
inline override def derived[A]: ToExprT[A]

Unfortunately, scala macros do not allow this to be implemented in Derivable. Therefore, every companion object that extends Derivable must implement this function with the following body: ${ derivedImpl[A] }

Unfortunately, scala macros do not allow this to be implemented in Derivable. Therefore, every companion object that extends Derivable must implement this function with the following body: ${ derivedImpl[A] }

Attributes

Definition Classes

Givens

Givens

given `class`[T <: Class[_]]: ToExprT[T]
given boolean: ToExprT[Boolean]
given byte: ToExprT[Byte]
given char: ToExprT[Char]
given double: ToExprT[Double]
given either[A, B](using aToExpr: ToExprT[A], bToExpr: ToExprT[B]): ToExprT[Either[A, B]]
given float: ToExprT[Float]
given int: ToExprT[Int]
given long: ToExprT[Long]
given map[A, B](using aToExpr: ToExprT[A], bToExpr: ToExprT[B]): ToExprT[Map[A, B]]
given option[A](using aToExpr: ToExprT[A]): ToExprT[Option[A]]
given seq[S[_] : SeqOps, A](using evidence$1: SeqOps[S], aToExpr: ToExprT[A]): ToExprT[S[A]]
given short: ToExprT[Short]
given string: ToExprT[String]