DerivedRowDecoder

orcus.bigtable.codec.DerivedRowDecoder
See theDerivedRowDecoder companion object
trait DerivedRowDecoder[A] extends RowDecoder[A]

Attributes

Companion:
object
Graph
Supertypes
trait RowDecoder[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def apply(row: Row): Either[Throwable, A]

Attributes

Inherited from:
RowDecoder