ProvenShape

slick.lifted.ProvenShape$
See theProvenShape companion trait

Attributes

Companion:
trait
Source:
Shape.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Implicits

Implicits

implicit def proveShapeOf[T, U](v: T)(implicit sh: Shape[_ <: FlatShapeLevel, T, U, _]): ProvenShape[U]

Convert an appropriately shaped value to a ProvenShape

Convert an appropriately shaped value to a ProvenShape

Attributes

Source:
Shape.scala
implicit def provenShapeShape[T, P](implicit shape: Shape[_ <: FlatShapeLevel, T, T, P]): Shape[FlatShapeLevel, ProvenShape[T], T, P]

The Shape for a ProvenShape

The Shape for a ProvenShape

Attributes

Source:
Shape.scala