zio.prelude.CommutativeEither
See theCommutativeEither companion object
trait CommutativeEither[F[_]] extends AssociativeEither[F]
A commutative binary operator that combines two values of types F[A] and F[B] to produce an F[Either[A, B]].
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article