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