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