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