slick.lifted.ShapedValue
See theShapedValue companion object
case class ShapedValue[T, U](value: T, shape: Shape[_ <: FlatShapeLevel, T, U, _]) extends Rep[U]
A value together with its Shape
Attributes
- Companion
- object
- Source
- ShapedValue.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Rep[U]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
def <>[R : ClassTag, T](f: U => R, g: R => T)(implicit evidence$1: ClassTag[R], tt: ToTuple[T, U]): MappedProjection[R]
Attributes
- Source
- ShapedValue.scala
Encode a reference into this Rep.
Attributes
- Source
- ShapedValue.scala
Attributes
- Source
- ShapedValue.scala
Attributes
- Source
- ShapedValue.scala
Get the Node for this Rep.
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Rep -> Any
- Source
- ShapedValue.scala
Attributes
- Source
- ShapedValue.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article