RowDecoder

orcus.bigtable.codec.RowDecoder$
See theRowDecoder companion trait
object RowDecoder

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: RowDecoder[A]): RowDecoder[A]

Implicits

Implicits

implicit def decodeRowAsMap[V](implicit decodeV: FamilyDecoder[V], factory: Factory[(String, V), Map[String, V]]): RowDecoder[Map[String, V]]
implicit def decodeRowAsVWithKey[V](implicit V: RowDecoder[V]): RowDecoder[(String, V)]