ToExpr

object ToExpr

Default given instances of ToExpr

Companion:
class
Source:
ToExpr.scala
class Object
trait Matchable
class Any
ToExpr.type

Type members

Classlikes

Default implementation of ToExpr[Array[Boolean]]

Default implementation of ToExpr[Array[Boolean]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Byte]]

Default implementation of ToExpr[Array[Byte]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Char]]

Default implementation of ToExpr[Array[Char]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Double]]

Default implementation of ToExpr[Array[Double]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Float]]

Default implementation of ToExpr[Array[Float]]

Source:
ToExpr.scala
object ArrayOfIntToExpr extends ToExpr[Array[Int]]

Default implementation of ToExpr[Array[Int]]

Default implementation of ToExpr[Array[Int]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Long]]

Default implementation of ToExpr[Array[Long]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Short]]

Default implementation of ToExpr[Array[Short]]

Source:
ToExpr.scala

Default implementation of ToExpr[BigDecimal using the default MathContext]

Default implementation of ToExpr[BigDecimal using the default MathContext]

Source:
ToExpr.scala
object BigIntToExpr extends ToExpr[BigInt]

Default implementation of ToExpr[BigInt]

Default implementation of ToExpr[BigInt]

Source:
ToExpr.scala
object EmptyTupleToExpr extends ToExpr[EmptyTuple.type]

Default implementation of ToExpr[EmptyTuple.type]

Default implementation of ToExpr[EmptyTuple.type]

Source:
ToExpr.scala
object NilToExpr extends ToExpr[Nil.type]

Default implementation of ToExpr[Nil.type]

Default implementation of ToExpr[Nil.type]

Source:
ToExpr.scala
object NoneToExpr extends ToExpr[None.type]

Default implementation of ToExpr[None.type]

Default implementation of ToExpr[None.type]

Source:
ToExpr.scala

Default implementation of ToExpr[StringContext]

Default implementation of ToExpr[StringContext]

Source:
ToExpr.scala

Givens

Givens

Default implementation of ToExpr[Array[Boolean]]

Default implementation of ToExpr[Array[Boolean]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Byte]]

Default implementation of ToExpr[Array[Byte]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Char]]

Default implementation of ToExpr[Array[Char]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Double]]

Default implementation of ToExpr[Array[Double]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Float]]

Default implementation of ToExpr[Array[Float]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Int]]

Default implementation of ToExpr[Array[Int]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Long]]

Default implementation of ToExpr[Array[Long]]

Source:
ToExpr.scala

Default implementation of ToExpr[Array[Short]]

Default implementation of ToExpr[Array[Short]]

Source:
ToExpr.scala
given ArrayToExpr[T : ClassTag]: ArrayToExpr[T]

Default implementation of ToExpr[Array[T]]

Default implementation of ToExpr[Array[T]]

Source:
ToExpr.scala

Default implementation of ToExpr[BigDecimal using the default MathContext]

Default implementation of ToExpr[BigDecimal using the default MathContext]

Source:
ToExpr.scala

Default implementation of ToExpr[BigInt]

Default implementation of ToExpr[BigInt]

Source:
ToExpr.scala
given BooleanToExpr[T <: Boolean]: BooleanToExpr[T]

Default implementation of ToExpr[Boolean]

Default implementation of ToExpr[Boolean]

Source:
ToExpr.scala
given ByteToExpr[T <: Byte]: ByteToExpr[T]

Default implementation of ToExpr[Byte]

Default implementation of ToExpr[Byte]

Source:
ToExpr.scala
given CharToExpr[T <: Char]: CharToExpr[T]

Default implementation of ToExpr[Char]

Default implementation of ToExpr[Char]

Source:
ToExpr.scala
given ClassTagToExpr[T : Type]: ClassTagToExpr[T]

Default implementation of ToExpr[ClassTag[T]]

Default implementation of ToExpr[ClassTag[T]]

Source:
ToExpr.scala
given ClassToExpr[T <: Class[_]]: ClassToExpr[T]

Default implementation of ToExpr[Class[T]]

Default implementation of ToExpr[Class[T]]

Source:
ToExpr.scala
given DoubleToExpr[T <: Double]: DoubleToExpr[T]

Default implementation of ToExpr[Double]

Default implementation of ToExpr[Double]

Source:
ToExpr.scala
given EitherToExpr[L : ToExpr, R : ToExpr]: EitherToExpr[L, R]

Default implementation of ToExpr[Either[L, R]]

Default implementation of ToExpr[Either[L, R]]

Source:
ToExpr.scala

Default implementation of ToExpr[EmptyTuple.type]

Default implementation of ToExpr[EmptyTuple.type]

Source:
ToExpr.scala
given FloatToExpr[T <: Float]: FloatToExpr[T]

Default implementation of ToExpr[Float]

Default implementation of ToExpr[Float]

Source:
ToExpr.scala
given IArrayToExpr[T : Type](implicit evidence$5: Type[T], ltArray: ToExpr[Array[T]]): IArrayToExpr[T]

Default implementation of ToExpr[IArray[T]]

Default implementation of ToExpr[IArray[T]]

Source:
ToExpr.scala
given IntToExpr[T <: Int]: IntToExpr[T]

Default implementation of ToExpr[Int]

Default implementation of ToExpr[Int]

Source:
ToExpr.scala
given LeftToExpr[L : ToExpr, R : Type]: LeftToExpr[L, R]

Default implementation of ToExpr[Left[L, R]]

Default implementation of ToExpr[Left[L, R]]

Source:
ToExpr.scala
given ListToExpr[T : ToExpr]: ListToExpr[T]

Default implementation of ToExpr[List[T]]

Default implementation of ToExpr[List[T]]

Source:
ToExpr.scala
given LongToExpr[T <: Long]: LongToExpr[T]

Default implementation of ToExpr[Long]

Default implementation of ToExpr[Long]

Source:
ToExpr.scala
given MapToExpr[T : ToExpr, U : ToExpr]: MapToExpr[T, U]

Default implementation of ToExpr[Map[T, U]]

Default implementation of ToExpr[Map[T, U]]

Source:
ToExpr.scala
given NilToExpr: NilToExpr.type

Default implementation of ToExpr[Nil.type]

Default implementation of ToExpr[Nil.type]

Source:
ToExpr.scala

Default implementation of ToExpr[None.type]

Default implementation of ToExpr[None.type]

Source:
ToExpr.scala
given OptionToExpr[T : ToExpr]: OptionToExpr[T]

Default implementation of ToExpr[Option[T]]

Default implementation of ToExpr[Option[T]]

Source:
ToExpr.scala
given RightToExpr[L : Type, R : ToExpr]: RightToExpr[L, R]

Default implementation of ToExpr[Right[L, R]]

Default implementation of ToExpr[Right[L, R]]

Source:
ToExpr.scala
given SeqToExpr[T : ToExpr]: SeqToExpr[T]

Default implementation of ToExpr[Seq[T]]

Default implementation of ToExpr[Seq[T]]

Source:
ToExpr.scala
given SetToExpr[T : ToExpr]: SetToExpr[T]

Default implementation of ToExpr[Set[T]]

Default implementation of ToExpr[Set[T]]

Source:
ToExpr.scala
given ShortToExpr[T <: Short]: ShortToExpr[T]

Default implementation of ToExpr[Short]

Default implementation of ToExpr[Short]

Source:
ToExpr.scala
given SomeToExpr[T : ToExpr]: SomeToExpr[T]

Default implementation of ToExpr[Some[T]]

Default implementation of ToExpr[Some[T]]

Source:
ToExpr.scala

Default implementation of ToExpr[StringContext]

Default implementation of ToExpr[StringContext]

Source:
ToExpr.scala
given StringToExpr[T <: String]: StringToExpr[T]

Default implementation of ToExpr[String]

Default implementation of ToExpr[String]

Source:
ToExpr.scala
given Tuple10ToExpr[T1 : ToExpr, T2 : Type, T3 : Type, T4 : Type, T5 : ToExpr, T6 : ToExpr, T7 : Type, T8 : ToExpr, T9 : Type, T10 : ToExpr]: Tuple10ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]

Default implementation of ToExpr[Tuple10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]]

Default implementation of ToExpr[Tuple10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]]

Source:
ToExpr.scala
given Tuple11ToExpr[T1 : Type, T2 : Type, T3 : Type, T4 : Type, T5 : Type, T6 : Type, T7 : ToExpr, T8 : ToExpr, T9 : ToExpr, T10 : ToExpr, T11 : Type]: Tuple11ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]

Default implementation of ToExpr[Tuple11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]]

Default implementation of ToExpr[Tuple11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]]

Source:
ToExpr.scala
given Tuple12ToExpr[T1 : Type, T2 : ToExpr, T3 : Type, T4 : Type, T5 : ToExpr, T6 : ToExpr, T7 : ToExpr, T8 : ToExpr, T9 : Type, T10 : ToExpr, T11 : ToExpr, T12 : Type]: Tuple12ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12]

Default implementation of ToExpr[Tuple12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12]]

Default implementation of ToExpr[Tuple12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12]]

Source:
ToExpr.scala
given Tuple13ToExpr[T1 : ToExpr, T2 : Type, T3 : ToExpr, T4 : ToExpr, T5 : Type, T6 : ToExpr, T7 : ToExpr, T8 : Type, T9 : Type, T10 : ToExpr, T11 : Type, T12 : Type, T13 : ToExpr]: Tuple13ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13]

Default implementation of ToExpr[Tuple13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13]]

Default implementation of ToExpr[Tuple13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13]]

Source:
ToExpr.scala
given Tuple14ToExpr[T1 : Type, T2 : Type, T3 : ToExpr, T4 : ToExpr, T5 : Type, T6 : Type, T7 : Type, T8 : ToExpr, T9 : ToExpr, T10 : Type, T11 : ToExpr, T12 : ToExpr, T13 : ToExpr, T14 : Type]: Tuple14ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14]

Default implementation of ToExpr[Tuple14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14]]

Default implementation of ToExpr[Tuple14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14]]

Source:
ToExpr.scala
given Tuple15ToExpr[T1 : Type, T2 : Type, T3 : Type, T4 : ToExpr, T5 : ToExpr, T6 : ToExpr, T7 : Type, T8 : ToExpr, T9 : ToExpr, T10 : Type, T11 : ToExpr, T12 : Type, T13 : Type, T14 : Type, T15 : ToExpr]: Tuple15ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]

Default implementation of ToExpr[Tuple15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]]

Default implementation of ToExpr[Tuple15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]]

Source:
ToExpr.scala
given Tuple16ToExpr[T1 : ToExpr, T2 : Type, T3 : Type, T4 : ToExpr, T5 : Type, T6 : Type, T7 : Type, T8 : Type, T9 : ToExpr, T10 : Type, T11 : Type, T12 : Type, T13 : ToExpr, T14 : ToExpr, T15 : ToExpr, T16 : Type]: Tuple16ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16]

Default implementation of ToExpr[Tuple16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16]]

Default implementation of ToExpr[Tuple16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16]]

Source:
ToExpr.scala
given Tuple17ToExpr[T1 : ToExpr, T2 : Type, T3 : ToExpr, T4 : ToExpr, T5 : Type, T6 : ToExpr, T7 : Type, T8 : ToExpr, T9 : Type, T10 : ToExpr, T11 : ToExpr, T12 : Type, T13 : ToExpr, T14 : Type, T15 : Type, T16 : Type, T17 : Type]: Tuple17ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17]

Default implementation of ToExpr[Tuple17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17]]

Default implementation of ToExpr[Tuple17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17]]

Source:
ToExpr.scala
given Tuple18ToExpr[T1 : ToExpr, T2 : Type, T3 : ToExpr, T4 : ToExpr, T5 : ToExpr, T6 : ToExpr, T7 : ToExpr, T8 : Type, T9 : ToExpr, T10 : Type, T11 : Type, T12 : Type, T13 : ToExpr, T14 : ToExpr, T15 : ToExpr, T16 : ToExpr, T17 : Type, T18 : Type]: Tuple18ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18]

Default implementation of ToExpr[Tuple18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18]]

Default implementation of ToExpr[Tuple18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18]]

Source:
ToExpr.scala
given Tuple19ToExpr[T1 : Type, T2 : Type, T3 : ToExpr, T4 : Type, T5 : ToExpr, T6 : Type, T7 : Type, T8 : Type, T9 : Type, T10 : Type, T11 : ToExpr, T12 : Type, T13 : Type, T14 : Type, T15 : ToExpr, T16 : Type, T17 : Type, T18 : Type, T19 : Type]: Tuple19ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19]

Default implementation of ToExpr[Tuple19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19]]

Default implementation of ToExpr[Tuple19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19]]

Source:
ToExpr.scala
given Tuple1ToExpr[T1 : ToExpr]: Tuple1ToExpr[T1]

Default implementation of ToExpr[Tuple1[T1]]

Default implementation of ToExpr[Tuple1[T1]]

Source:
ToExpr.scala
given Tuple20ToExpr[T1 : ToExpr, T2 : Type, T3 : Type, T4 : Type, T5 : Type, T6 : ToExpr, T7 : ToExpr, T8 : Type, T9 : Type, T10 : Type, T11 : Type, T12 : ToExpr, T13 : ToExpr, T14 : ToExpr, T15 : ToExpr, T16 : Type, T17 : ToExpr, T18 : ToExpr, T19 : ToExpr, T20 : ToExpr]: Tuple20ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20]

Default implementation of ToExpr[Tuple20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20]]

Default implementation of ToExpr[Tuple20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20]]

Source:
ToExpr.scala
given Tuple21ToExpr[T1 : Type, T2 : Type, T3 : Type, T4 : ToExpr, T5 : ToExpr, T6 : ToExpr, T7 : Type, T8 : ToExpr, T9 : Type, T10 : Type, T11 : Type, T12 : ToExpr, T13 : ToExpr, T14 : Type, T15 : ToExpr, T16 : ToExpr, T17 : Type, T18 : Type, T19 : ToExpr, T20 : ToExpr, T21 : Type]: Tuple21ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21]

Default implementation of ToExpr[Tuple21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21]]

Default implementation of ToExpr[Tuple21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21]]

Source:
ToExpr.scala
given Tuple22ToExpr[T1 : ToExpr, T2 : Type, T3 : ToExpr, T4 : Type, T5 : ToExpr, T6 : ToExpr, T7 : ToExpr, T8 : Type, T9 : Type, T10 : ToExpr, T11 : Type, T12 : Type, T13 : Type, T14 : Type, T15 : Type, T16 : Type, T17 : Type, T18 : ToExpr, T19 : Type, T20 : Type, T21 : ToExpr, T22 : Type]: Tuple22ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22]

Default implementation of ToExpr[Tuple22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22]]

Default implementation of ToExpr[Tuple22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22]]

Source:
ToExpr.scala
given Tuple2ToExpr[T1 : ToExpr, T2 : ToExpr]: Tuple2ToExpr[T1, T2]

Default implementation of ToExpr[Tuple2[T1, T2]]

Default implementation of ToExpr[Tuple2[T1, T2]]

Source:
ToExpr.scala
given Tuple3ToExpr[T1 : Type, T2 : Type, T3 : ToExpr]: Tuple3ToExpr[T1, T2, T3]

Default implementation of ToExpr[Tuple3[T1, T2, T3]]

Default implementation of ToExpr[Tuple3[T1, T2, T3]]

Source:
ToExpr.scala
given Tuple4ToExpr[T1 : ToExpr, T2 : Type, T3 : Type, T4 : Type]: Tuple4ToExpr[T1, T2, T3, T4]

Default implementation of ToExpr[Tuple4[T1, T2, T3, T4]]

Default implementation of ToExpr[Tuple4[T1, T2, T3, T4]]

Source:
ToExpr.scala
given Tuple5ToExpr[T1 : ToExpr, T2 : Type, T3 : ToExpr, T4 : Type, T5 : Type]: Tuple5ToExpr[T1, T2, T3, T4, T5]

Default implementation of ToExpr[Tuple5[T1, T2, T3, T4, T5]]

Default implementation of ToExpr[Tuple5[T1, T2, T3, T4, T5]]

Source:
ToExpr.scala
given Tuple6ToExpr[T1 : ToExpr, T2 : Type, T3 : Type, T4 : Type, T5 : Type, T6 : ToExpr]: Tuple6ToExpr[T1, T2, T3, T4, T5, T6]

Default implementation of ToExpr[Tuple6[T1, T2, T3, T4, T5, T6]]

Default implementation of ToExpr[Tuple6[T1, T2, T3, T4, T5, T6]]

Source:
ToExpr.scala
given Tuple7ToExpr[T1 : ToExpr, T2 : Type, T3 : ToExpr, T4 : ToExpr, T5 : Type, T6 : ToExpr, T7 : Type]: Tuple7ToExpr[T1, T2, T3, T4, T5, T6, T7]

Default implementation of ToExpr[Tuple7[T1, T2, T3, T4, T5, T6, T7]]

Default implementation of ToExpr[Tuple7[T1, T2, T3, T4, T5, T6, T7]]

Source:
ToExpr.scala
given Tuple8ToExpr[T1 : Type, T2 : Type, T3 : ToExpr, T4 : ToExpr, T5 : Type, T6 : Type, T7 : ToExpr, T8 : ToExpr]: Tuple8ToExpr[T1, T2, T3, T4, T5, T6, T7, T8]

Default implementation of ToExpr[Tuple8[T1, T2, T3, T4, T5, T6, T7, T8]]

Default implementation of ToExpr[Tuple8[T1, T2, T3, T4, T5, T6, T7, T8]]

Source:
ToExpr.scala
given Tuple9ToExpr[T1 : Type, T2 : ToExpr, T3 : Type, T4 : ToExpr, T5 : ToExpr, T6 : ToExpr, T7 : Type, T8 : Type, T9 : Type]: Tuple9ToExpr[T1, T2, T3, T4, T5, T6, T7, T8, T9]

Default implementation of ToExpr[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]]

Default implementation of ToExpr[Tuple9[T1, T2, T3, T4, T5, T6, T7, T8, T9]]

Source:
ToExpr.scala
given TupleConsToExpr[H : ToExpr, T <: Tuple : ToExpr]: TupleConsToExpr[H, T]

Default implementation of ToExpr[H *: T]

Default implementation of ToExpr[H *: T]

Source:
ToExpr.scala