ValueDecoder

orcus.bigtable.codec.ValueDecoder
See theValueDecoder companion trait
object ValueDecoder extends ValueDecoder1

Attributes

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

Members list

Value members

Concrete methods

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

Implicits

Inherited implicits

Attributes

Inherited from:
ValueDecoder2
implicit def decodeLatestAsOption[A : PrimitiveDecoder]: ValueDecoder[Option[A]]

Attributes

Inherited from:
ValueDecoder1
implicit def decodeVersions[A : PrimitiveDecoder]: ValueDecoder[List[A]]

Attributes

Inherited from:
ValueDecoder1

Attributes

Inherited from:
ValueDecoder1
implicit def decodeVersionsAsVector[A : PrimitiveDecoder]: ValueDecoder[Vector[A]]

Attributes

Inherited from:
ValueDecoder1