NotComparable
zio.schema.Patch.NotComparable
final case class NotComparable[A]() extends Patch[A]
Represents diff between incomparable values. For instance Left(1) and Right("a")
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Patch[A]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Patch
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article