PrimitiveDecoder

orcus.bigtable.codec.PrimitiveDecoder$
See thePrimitiveDecoder 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: PrimitiveDecoder[A]): PrimitiveDecoder[A]

Implicits

Implicits

implicit val decodeBooleanAsHBase: PrimitiveDecoder[Boolean]
implicit val decodeByteString: PrimitiveDecoder[ByteString]
implicit val decodeBytes: PrimitiveDecoder[Array[Byte]]
implicit val decodeLong: PrimitiveDecoder[Long]
implicit val decodeNone: PrimitiveDecoder[None.type]
implicit def decodeOptionA[A](implicit A: PrimitiveDecoder[A]): PrimitiveDecoder[Option[A]]
implicit def decodeSomeA[A](implicit A: PrimitiveDecoder[A]): PrimitiveDecoder[Some[A]]
implicit val decodeString: PrimitiveDecoder[String]