case class ShapedValue[T, U](value: T, shape: Shape[_ <: FlatShapeLevel, T, U, _]) extends Rep[U] with Product with Serializable
- Alphabetic
- By Inheritance
- ShapedValue
- Serializable
- Product
- Equals
- Rep
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ShapedValue(value: T, shape: Shape[_ <: FlatShapeLevel, T, U, _])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ShapedValue[T, U] toany2stringadd[ShapedValue[T, U]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ShapedValue[T, U], B)
- Implicit
- This member is added by an implicit conversion from ShapedValue[T, U] toArrowAssoc[ShapedValue[T, U]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def <>[R](f: (U) => R, g: (R) => Option[U])(implicit arg0: ClassTag[R]): MappedProjection[R]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def encodeRef(path: Node): ShapedValue[T, U]
Encode a reference into this Rep.
Encode a reference into this Rep.
- Definition Classes
- ShapedValue → Rep
- def ensuring(cond: (ShapedValue[T, U]) => Boolean, msg: => Any): ShapedValue[T, U]
- Implicit
- This member is added by an implicit conversion from ShapedValue[T, U] toEnsuring[ShapedValue[T, U]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ShapedValue[T, U]) => Boolean): ShapedValue[T, U]
- Implicit
- This member is added by an implicit conversion from ShapedValue[T, U] toEnsuring[ShapedValue[T, U]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ShapedValue[T, U]
- Implicit
- This member is added by an implicit conversion from ShapedValue[T, U] toEnsuring[ShapedValue[T, U]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ShapedValue[T, U]
- Implicit
- This member is added by an implicit conversion from ShapedValue[T, U] toEnsuring[ShapedValue[T, U]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- macro def mapTo[R <: Product with Serializable](implicit rCT: ClassTag[R]): MappedProjection[R]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def packedValue[R](implicit ev: Shape[_ <: FlatShapeLevel, T, _, R]): ShapedValue[R, U]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val shape: Shape[_ <: FlatShapeLevel, T, U, _]
- def shaped: ShapedValue[T, U]
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toNode: Node
Get the Node for this Rep.
Get the Node for this Rep.
- Definition Classes
- ShapedValue → Rep
- def toString(): String
- Definition Classes
- ShapedValue → Rep → AnyRef → Any
- val value: T
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def zip[T2, U2](s2: ShapedValue[T2, U2]): ShapedValue[(T, T2), (U, U2)]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ShapedValue[T, U] toStringFormat[ShapedValue[T, U]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (ShapedValue[T, U], B)
- Implicit
- This member is added by an implicit conversion from ShapedValue[T, U] toArrowAssoc[ShapedValue[T, U]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...