package manifest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- manifest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
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) -
type
ItemId = String
Id representation, such as S3 URI
-
type
ManifestMap = Map[ItemId, Item]
All items, grouped by their id
- type Payload = SelfDescribingData[Json]
-
implicit
class
UnsafeManifestWrapper[F[_]] extends AnyRef
Get full manifest with items grouped by their id, without validating state of
Item
Value Members
-
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
- def materialize[F[_], A](implicit F: Sync[F]): Pipe[F, A, Set[A]]