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