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