Package

com.snowplowanalytics.snowplow.analytics.scalasdk

decode

Permalink

package decode

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. decode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

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

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

    Permalink

    Result of single-value parsing

  3. type Key = Symbol

    Permalink

    Expected name of the field

  4. type RowDecodeResult[A] = Validated[NonEmptyList[RowDecodingErrorInfo], A]

    Permalink

    Result of row decode process

Value Members

  1. object Key extends Serializable

    Permalink
  2. object Parser extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped