Packages

object CommutativeEither

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

Value Members

  1. implicit def FutureCommutativeEither(implicit ec: ExecutionContext): CommutativeEither[Future]

    The CommutativeEither instance for Future.

  2. implicit def ZIOCommutativeEither[R, E]: CommutativeEither[[+a]ZIO[R, E, a]]

    The CommutativeEither instance for ZIO.

  3. implicit def ZSinkCommutativeEither[R, E, I, L]: CommutativeEither[[+a]ZSink[R, E, I, L, a]]

    The CommutativeEither instance for ZSink.

  4. implicit def ZStreamCommutativeEither[R, E]: CommutativeEither[[+a]ZStream[R, E, a]]

    The CommutativeEither instance for ZStream.

  5. def apply[F[_]](implicit commutativeEither: CommutativeEither[F]): CommutativeEither[F]

    Summons an implicit CommutativeEither[F].