zio.prelude.CommutativeBothSyntax
Provides infix syntax for commutative operations for contravariant types.
Combines two values of types F[A] and F[B] to produce an F[(A, B)] and then contramaps the result with the specified function.
F[A]
F[B]
F[(A, B)]
Provides infix syntax for commutative operations for contravariant types.