Packages

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

    Helper method to flatten Either (e.g.

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

  2. type ItemId = String

    Id representation, such as S3 URI

  3. type ManifestMap = Map[ItemId, Item]

    All items, grouped by their id

  4. type Payload = SelfDescribingData[Json]
  5. implicit class UnsafeManifestWrapper[F[_]] extends AnyRef

    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]

    Catch all unexpected exceptions into Manifest-specific IO error

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

Inherited from AnyRef

Inherited from Any

Ungrouped