FamilyDecoder

orcus.bigtable.codec.FamilyDecoder
See theFamilyDecoder companion object
trait FamilyDecoder[A]

Attributes

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

Members list

Concise view

Value members

Abstract methods

def apply(family: List[RowCell]): Either[Throwable, A]
Implicitly added by decodeOptionA
def apply(family: List[RowCell]): Either[Throwable, A]