Packages

object AssociativeEither

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

Value Members

  1. implicit val ChunkIdentityEither: IdentityEither[Chunk]

    The IdentityEither instance for Chunk.

  2. implicit def EitherAssociativeEither[L]: AssociativeEither[[+r]Either[L, r]]

    The AssociativeEither instance for Either.

  3. implicit def EitherFailedAssociativeEither[R]: AssociativeEither[[+l]Type[Either[l, R]]]

    The AssociativeEither instance for a failed Either

  4. implicit def ExitAssociativeEither[E]: AssociativeEither[[+a]Exit[E, a]]

    The AssociativeEither instance for Exit.

  5. implicit def ExitFailureAssociativeEither[A]: AssociativeEither[[+e]Type[Exit[e, A]]]

    The AssociativeEither instance for failed Exit.

  6. implicit def FiberAssociativeEither[E]: AssociativeEither[[+a]Fiber[E, a]]

    The AssociativeEither instance for Fiber.

  7. implicit def FutureAssociativeEither(implicit ec: ExecutionContext): AssociativeEither[Future]

    The AssociativeEither instance for Future.

  8. implicit val ListIdentityEither: IdentityEither[List]

    The IdentityEither instance for List.

  9. implicit val OptionIdentityEither: IdentityEither[Option]

    The IdentityEither (and AssociativeEither) instance for Option.

  10. implicit def ScheduleAssociativeEither[R, E]: AssociativeEither[[+a]Schedule[R, E, a]]

    The AssociativeEither instance for Schedule.

  11. implicit val SetCommutativeEitherIdentityEither: CommutativeEither[Set] with IdentityEither[Set]

    The CommutativeEither and IdentityEither instance for Set.

  12. implicit val TryAssociativeEither: AssociativeEither[Try]

    The AssociativeEither instance for Try.

  13. implicit val VectorIdentityEither: IdentityEither[Vector]

    The IdentityEither instance for Vector.

  14. implicit def ZIOAssociativeEither[R, E]: AssociativeEither[[+a]ZIO[R, E, a]]

    The AssociativeEither instance for ZIO.

  15. implicit def ZIOFailureAssociativeEither[R, A]: AssociativeEither[[+e]Type[ZIO[R, e, A]]]

    The AssociativeEither instance for failed ZIO.

  16. implicit def ZLayerAssociativeEither[R, E]: AssociativeEither[[+a]ZLayer[R, E, a]]

    The AssociativeEither instance for ZLayer.

  17. implicit def ZManagedAssociativeEither[R, E]: AssociativeEither[[+a]ZManaged[R, E, a]]

    The AssociativeEither instance for ZManaged.

  18. implicit def ZManagedFailureAssociativeEither[R, A]: AssociativeEither[[+e]Type[ZManaged[R, e, A]]]

    The AssociativeEither instance for failed ZManaged.

  19. implicit def ZStreamAssociativeEither[R, E]: AssociativeEither[[+a]ZStream[R, E, a]]

    The AssociativeEither instance for ZStream.

  20. implicit def ZStreamFailureAssociativeEither[R, A]: AssociativeEither[[+e]Type[ZStream[R, e, A]]]

    The AssociativeEither instance for failed ZStream.

  21. def apply[F[_]](implicit associativeEither: AssociativeEither[F]): AssociativeEither[F]

    Summons an implicit AssociativeEither[F].