LowPriorityValidationImplicits

zio.prelude.LowPriorityValidationImplicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ZValidation

Members list

Implicits

Implicits

implicit def ZValidationCommutativeBoth[W, E]: CommutativeBoth[{ type lambda = [a] =>> ZValidation[W, E, a]; }#<none>]

The CommutativeBoth instance for Validation.

The CommutativeBoth instance for Validation.

Attributes

implicit def ZValidationHash[W, E, A : Hash]: Hash[ZValidation[W, E, A]]

Derives a Hash[ZValidation[W, E, A]] given a Hash[A].

Derives a Hash[ZValidation[W, E, A]] given a Hash[A].

Attributes