object AssociativeFlatten
- Alphabetic
- By Inheritance
- AssociativeFlatten
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- implicit val CauseIdentityFlatten: IdentityFlatten[Cause]
The
AssociativeFlatten
andIdentityFlatten
instance forCause
. - implicit val ChunkIdentityFlatten: IdentityFlatten[Chunk]
The
AssociativeFlatten
andIdentityFlatten
instance forChunk
. - implicit def ConstAssociativeFlatten[A]: AssociativeFlatten[[+B]Type[A]]
The
AssociativeFlatten
instance forConst
. - implicit def EitherIdentityFlatten[E]: IdentityFlatten[[+a]Either[E, a]]
The
AssociativeFlatten
andIdentityFlatten
instance forEither
. - implicit def ExitIdentityFlatten[E]: IdentityFlatten[[+a]Exit[E, a]]
The
AssociativeFlatten
andIdentityFlatten
instance forExit
. - implicit val FutureIdentityFlatten: IdentityFlatten[Future]
The
AssociativeFlatten
andIdentityFlatten
instance forFuture
. - implicit val IdIdentityFlatten: IdentityFlatten[prelude.Id]
The
AssociativeFlatten
andIdentityFlatten
instance forId
. - implicit val ListIdentityFlatten: IdentityFlatten[List]
The
AssociativeFlatten
andIdentityFlatten
instance forList
. - implicit def MapAssociativeFlatten[K]: AssociativeFlatten[[+v]Map[K, v]]
The
AssociativeFlatten
instance forMap
- implicit val NonEmptyChunkIdentityFlatten: IdentityFlatten[NonEmptyChunk]
The
AssociativeFlatten
andIdentityFlatten
instance forNonEmptyChunk
. - implicit val OptionIdentityFlatten: IdentityFlatten[Option]
The
AssociativeFlatten
andIdentityFlatten
instance forOption
. - implicit val TryIdentityFlatten: IdentityFlatten[Try]
The
AssociativeFlatten
andIdentityFlatten
instance forTry
. - implicit val VectorIdentityFlatten: IdentityFlatten[Vector]
The
AssociativeFlatten
andIdentityFlatten
instance forVector
. - implicit def ZIOIdentityFlatten[R, E]: IdentityFlatten[[+a]ZIO[R, E, a]]
The
AssociativeFlatten
andIdentityFlatten
instance forZIO
. - implicit def ZManagedIdentityFlatten[R, E]: IdentityFlatten[[+a]ZManaged[R, E, a]]
The
AssociativeFlatten
andIdentityFlatten
instance forZManaged
. - implicit def ZSTMIdentityFlatten[R, E]: IdentityFlatten[[+a]ZSTM[R, E, a]]
The
AssociativeFlatten
andIdentityFlatten
instance forZSTM
. - implicit def ZStreamIdentityFlatten[R, E]: IdentityFlatten[[+a]ZStream[R, E, a]]
The
AssociativeFlatten
andIdentityFlatten
instance forZStream
. - def apply[F[+_]](implicit associativeFlatten: AssociativeFlatten[F]): AssociativeFlatten[F]
Summons an implicit
AssociativeFlatten[F]
.