zio.prelude.AssociativeEitherSyntax.AssociativeEitherCovariantOps
Provides infix syntax for associative operations for covariant types.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Combines an F[A] value with itself using orElse until it eventually returns the result of the left value without having to evaluate the right value.
Combines an F[A] value with itself using orElse until it eventually returns the result of the left value without having to evaluate the right value.
Attributes
Combines two values of types F[A] and F[A] to produce an F[Either[A, A]] and then merges the result.
Combines two values of types F[A] and F[A] to produce an F[Either[A, A]] and then merges the result.
Attributes