ShapedValue

slick.lifted.ShapedValue
See theShapedValue companion class
object ShapedValue

Attributes

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

Members list

Type members

Types

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

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 Unconst[P](p: P): Unconst[P]

Attributes

Source
ShapedValue.scala
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]]

Attributes

Source
ShapedValue.scala