PrimitiveEncoder

orcus.bigtable.codec.PrimitiveEncoder$
See thePrimitiveEncoder companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[A](implicit A: PrimitiveEncoder[A]): PrimitiveEncoder[A]

Implicits

Inherited implicits

implicit val encodeBooleanAsHBase: PrimitiveEncoder[Boolean]

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)
implicit val encodeByteString: PrimitiveEncoder[ByteString]

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)
implicit val encodeBytes: PrimitiveEncoder[Array[Byte]]

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)
implicit val encodeLong: PrimitiveEncoder[Long]

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)
implicit def encodeOptionA[A](implicit encodeA: PrimitiveEncoder[A]): PrimitiveEncoder[Option[A]]

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)
implicit val encodeString: PrimitiveEncoder[String]

Attributes

Inherited from:
PrimitiveEncoder1 (hidden)