Package

com.snowplowanalytics

manifest

Permalink

package manifest

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

Type Members

  1. implicit class FoldFOp[A] extends AnyRef

    Permalink

    Helper method to flatten Either (e.g.

    Helper method to flatten Either (e.g. in case of parse-error)

  2. type ItemId = String

    Permalink

    Id representation, such as S3 URI

  3. type ManifestMap = Map[ItemId, Item]

    Permalink

    All items, grouped by their id

  4. type Payload = SelfDescribingData[Json]

    Permalink
  5. implicit class UnsafeManifestWrapper[F[_]] extends AnyRef

    Permalink

    Get full manifest with items grouped by their id, without validating state of Item

Value Members

  1. def convert[F[_], A, B](stream: Stream[F, A], compile: (Stream[F, A]) ⇒ F[B])(implicit F: Sync[F], E: ManifestAction[F]): F[B]

    Permalink

    Catch all unexpected exceptions into Manifest-specific IO error

  2. package core

    Permalink
  3. package dynamodb

    Permalink
  4. package generated

    Permalink
  5. def materialize[F[_], A](implicit F: Sync[F]): Pipe[F, A, Set[A]]

    Permalink
  6. package pure

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped