PrimitiveDecoder

orcus.bigtable.codec.PrimitiveDecoder
See thePrimitiveDecoder companion trait

Attributes

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

Members list

Value members

Concrete methods

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

Implicits

Implicits

implicit val decodeBooleanAsHBase: PrimitiveDecoder[Boolean]
implicit val decodeByteString: PrimitiveDecoder[ByteString]
implicit val decodeBytes: PrimitiveDecoder[Array[Byte]]
implicit val decodeDoubleAsHBase: PrimitiveDecoder[Double]
implicit val decodeFloatAsHBase: PrimitiveDecoder[Float]
implicit val decodeIntAsHBase: PrimitiveDecoder[Int]
implicit val decodeLong: PrimitiveDecoder[Long]
implicit val decodeNone: PrimitiveDecoder[None.type]
implicit def decodeOptionA[A](implicit A: PrimitiveDecoder[A]): PrimitiveDecoder[Option[A]]
implicit val decodeShortAsHBase: PrimitiveDecoder[Short]
implicit def decodeSomeA[A](implicit A: PrimitiveDecoder[A]): PrimitiveDecoder[Some[A]]
implicit val decodeString: PrimitiveDecoder[String]