case class cell[C4](name: String, fromT: (T) => C4, digest: Digest = DigestYes)(implicit get: GetFromResult[Result, C4], add: AddToUpsert[Upsert, C4]) extends DalCell[C4] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- cell
- Serializable
- Product
- Equals
- DalCell
- SchemaCell
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new cell(name: String, fromT: (T) => C4, digest: Digest = DigestYes)(implicit get: GetFromResult[Result, C4], add: AddToUpsert[Upsert, C4])
Type Members
- case class cell[C5](name: String, fromT: (T) => C5, digest: Digest = DigestYes)(implicit get: GetFromResult[Result, C5], add: AddToUpsert[Upsert, C5]) extends DalCell[C5] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val add: AddToUpsert[Upsert, C4]
- def addFromT(upsert: Upsert, t: T): Upsert
- Definition Classes
- DalCell
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c4: cell.cell[C4]
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val digest: Digest
- Definition Classes
- cell → SchemaCell
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fromT: (T) => C4
- implicit val get: GetFromResult[Result, C4]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFrom(result: Result): C4
- Definition Classes
- DalCell
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- cell → SchemaCell
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pos: Int
- Definition Classes
- cell → SchemaCell
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def schema(readFn: (C1, C2, C3, C4) => T): Schema[Upsert, Result, T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated