RowDecoder

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

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

inline def derived[A](using A: DerivedRowDecoder[A]): DerivedRowDecoder[A]

Attributes

Inherited from:
RowDecoder1 (hidden)

Implicits

Implicits

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