Packages

object BigtableField extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigtableField
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class FromWord[T] extends AnyRef
  2. sealed trait Primitive[T] extends BigtableField[T]
  3. sealed trait Record[T] extends BigtableField[T]
  4. type Typeclass[T] = BigtableField[T]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T](implicit f: BigtableField[T]): BigtableField[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val btChar: Primitive[Char]
  7. implicit val btfBigDecimal: Primitive[BigDecimal]
  8. implicit val btfBigInt: Primitive[BigInt]
  9. implicit val btfBoolean: Primitive[Boolean]
  10. implicit val btfByte: Primitive[Byte]
  11. implicit val btfByteArray: Primitive[Array[Byte]]
  12. implicit val btfByteString: Primitive[ByteString]
  13. implicit val btfDouble: Primitive[Double]
  14. implicit def btfEnum[T](implicit et: EnumType[T], lp: LowPriority): Primitive[T]
  15. implicit val btfFloat: Primitive[Float]
  16. implicit val btfInt: Primitive[Int]
  17. implicit def btfIterable[T, C[T]](implicit btf: Primitive[T], ti: (C[T]) ⇒ Iterable[T], fc: FactoryCompat[T, C[T]]): Primitive[C[T]]
  18. implicit val btfLong: Primitive[Long]
  19. implicit def btfOption[T](implicit btf: BigtableField[T]): BigtableField[Option[T]]
  20. implicit val btfShort: Primitive[Short]
  21. implicit val btfString: Primitive[String]
  22. implicit val btfUUID: Primitive[UUID]
  23. implicit def btfUnsafeEnum[T](implicit et: EnumType[T], lp: LowPriority): Primitive[UnsafeEnum[T]]
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def from[T]: FromWord[T]
  28. implicit macro def gen[T]: Record[T]
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def join[T](caseClass: CaseClass[Typeclass, T]): Record[T]
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def split[T](sealedTrait: SealedTrait[Typeclass, T])(implicit arg0: Dispatchable[T]): Record[T]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped