ShapedValue

slick.lifted.ShapedValue$
See theShapedValue companion class

Attributes

Companion:
class
Source:
ShapedValue.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Unconst[P, P2] = P2 match { case ConstColumn[t] => Rep[t] case Any => P2 }

Attributes

Source:
ShapedValue.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def mapToExpr[R : Type, T : Type, U : Type](sv: Expr[ShapedValue[T, U]])(implicit evidence$2: Type[R], evidence$3: Type[T], evidence$4: Type[U], Quotes): Expr[MappedProjection[R, U]]

Attributes

Source:
ShapedValue.scala