Packages

object BigtableField extends Serializable

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

Type Members

  1. class FromWord[T] extends AnyRef
  2. trait Primitive[T] extends BigtableField[T]
  3. 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 val btfFloat: Primitive[Float]
  15. implicit val btfInt: Primitive[Int]
  16. implicit val btfLong: Primitive[Long]
  17. implicit def btfOption[A](implicit btf: BigtableField[A]): BigtableField[Option[A]]
  18. implicit val btfShort: Primitive[Short]
  19. implicit val btfString: Primitive[String]
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. def combine[T](caseClass: CaseClass[Typeclass, T]): BigtableField[T]
  22. def dispatch[T](sealedTrait: SealedTrait[Typeclass, T])(implicit arg0: Dispatchable[T]): BigtableField[T]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def from[T]: FromWord[T]
  27. implicit macro def gen[T]: BigtableField[T]
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped