RowDecoder

orcus.bigtable.codec.RowDecoder
See theRowDecoder companion object
trait RowDecoder[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def apply(row: Row): Either[Throwable, A]
Implicitly added by decodeRowAsVWithKey
def apply(row: Row): Either[Throwable, A]