RowDecoder

com.snowplowanalytics.snowplow.analytics.scalasdk.decode.RowDecoder$
object RowDecoder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
RowDecoderCompanion (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any
sealed trait DeriveRowDecoder[L]

Attributes

Inherited from:
RowDecoderCompanion (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def hconsFromRow[H : ValueDecoder, T <: Tuple : DeriveRowDecoder]: DeriveRowDecoder[H *: T]

Attributes

Inherited from:
RowDecoderCompanion (hidden)
implicit def hnilFromRow: DeriveRowDecoder[EmptyTuple]

Attributes

Inherited from:
RowDecoderCompanion (hidden)