com.snowplowanalytics.snowplow.analytics.scalasdk.decode

Members list

Concise view

Type members

Classlikes

object Key

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Key.type
object Parser

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type
object RowDecoder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait TSVParser[A] extends Serializable

Parser for a TSV-encoded string

Parser for a TSV-encoded string

Attributes

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Types

type DecodeResult[A] = Validated[ParsingError, A]

Result of TSV line parsing, which is either an event or parse error

Result of TSV line parsing, which is either an event or parse error

Attributes

type DecodedValue[A] = Either[RowDecodingErrorInfo, A]

Result of single-value parsing

Result of single-value parsing

Attributes

type Key = Symbol

Expected name of the field

Expected name of the field

Attributes

type RowDecodeResult[A] = ValidatedNel[RowDecodingErrorInfo, A]

Result of row decode process

Result of row decode process

Attributes