CommutativeEither

zio.prelude.CommutativeEither
See theCommutativeEither companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Summons an implicit CommutativeEither[F].

Summons an implicit CommutativeEither[F].

Attributes

Implicits

Implicits

The CommutativeEither instance for Future.

The CommutativeEither instance for Future.

Attributes

implicit def ZIOCommutativeEither[R, E]: CommutativeEither[{ type lambda = [a] =>> ZIO[R, E, a]; }#<none>]

The CommutativeEither instance for ZIO.

The CommutativeEither instance for ZIO.

Attributes

implicit def ZSinkCommutativeEither[R, E, In, L]: CommutativeEither[{ type lambda = [a] =>> ZSink[R, E, In, L, a]; }#<none>]

The CommutativeEither instance for ZSink.

The CommutativeEither instance for ZSink.

Attributes

implicit def ZStreamCommutativeEither[R, E]: CommutativeEither[{ type lambda = [a] =>> ZStream[R, E, a]; }#<none>]

The CommutativeEither instance for ZStream.

The CommutativeEither instance for ZStream.

Attributes