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[NonEmptyList[String], A]

    Permalink

    Result of TSV line parsing, which is either an event or non empty list of parse errors

  2. type DecodedValue[A] = Either[(Key, String), A]

    Permalink

    Result of single-value parsing

  3. type Key = Symbol

    Permalink

    Expected name of the field

Value Members

  1. object Parser extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped