ValueDecoder

orcus.bigtable.codec.ValueDecoder
See theValueDecoder companion object
trait ValueDecoder[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def apply(versions: List[RowCell]): Either[Throwable, A]