object AssociativeEither
- Alphabetic
- By Inheritance
- AssociativeEither
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- implicit val ChunkIdentityEither: IdentityEither[Chunk]
The
IdentityEither
instance forChunk
. - implicit def EitherAssociativeEither[L]: AssociativeEither[[+r]Either[L, r]]
The
AssociativeEither
instance forEither
. - implicit def EitherFailedAssociativeEither[R]: AssociativeEither[[+l]Type[Either[l, R]]]
The
AssociativeEither
instance for a failedEither
- implicit def ExitAssociativeEither[E]: AssociativeEither[[+a]Exit[E, a]]
The
AssociativeEither
instance forExit
. - implicit def ExitFailureAssociativeEither[A]: AssociativeEither[[+e]Type[Exit[e, A]]]
The
AssociativeEither
instance for failedExit
. - implicit def FiberAssociativeEither[E]: AssociativeEither[[+a]Fiber[E, a]]
The
AssociativeEither
instance forFiber
. - implicit def FutureAssociativeEither(implicit ec: ExecutionContext): AssociativeEither[Future]
The
AssociativeEither
instance forFuture
. - implicit val ListIdentityEither: IdentityEither[List]
The
IdentityEither
instance forList
. - implicit val OptionIdentityEither: IdentityEither[Option]
The
IdentityEither
(andAssociativeEither
) instance forOption
. - implicit def ScheduleAssociativeEither[R, E]: AssociativeEither[[+a]Schedule[R, E, a]]
The
AssociativeEither
instance forSchedule
. - implicit val SetCommutativeEitherIdentityEither: CommutativeEither[Set] with IdentityEither[Set]
The
CommutativeEither
andIdentityEither
instance forSet
. - implicit val TryAssociativeEither: AssociativeEither[Try]
The
AssociativeEither
instance forTry
. - implicit val VectorIdentityEither: IdentityEither[Vector]
The
IdentityEither
instance forVector
. - implicit def ZIOAssociativeEither[R, E]: AssociativeEither[[+a]ZIO[R, E, a]]
The
AssociativeEither
instance forZIO
. - implicit def ZIOFailureAssociativeEither[R, A]: AssociativeEither[[+e]Type[ZIO[R, e, A]]]
The
AssociativeEither
instance for failedZIO
. - implicit def ZLayerAssociativeEither[R, E]: AssociativeEither[[+a]ZLayer[R, E, a]]
The
AssociativeEither
instance forZLayer
. - implicit def ZManagedAssociativeEither[R, E]: AssociativeEither[[+a]ZManaged[R, E, a]]
The
AssociativeEither
instance forZManaged
. - implicit def ZManagedFailureAssociativeEither[R, A]: AssociativeEither[[+e]Type[ZManaged[R, e, A]]]
The
AssociativeEither
instance for failedZManaged
. - implicit def ZStreamAssociativeEither[R, E]: AssociativeEither[[+a]ZStream[R, E, a]]
The
AssociativeEither
instance forZStream
. - implicit def ZStreamFailureAssociativeEither[R, A]: AssociativeEither[[+e]Type[ZStream[R, e, A]]]
The
AssociativeEither
instance for failedZStream
. - def apply[F[_]](implicit associativeEither: AssociativeEither[F]): AssociativeEither[F]
Summons an implicit
AssociativeEither[F]
.