Enum
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class Enum19[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Z]class Enum20[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z]class Enum21[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Z]class Enum22[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, Z]Show all
Members list
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
A symbolic operator for orElseEither.
Returns a new schema that with annotation
Chunk of annotations for this schema
Attributes
- Inherited from:
- Schema
Convert to Schema[B] iff B and A are homomorphic.
Convert to Schema[B] iff B and A are homomorphic.
This can be used to e.g convert between a case class and it's "generic" representation as a ListMap[String,_]
Attributes
- Inherited from:
- Schema
The default value for a Schema
of type A
.
Performs a diff between thisValue and thatValue. See zio.schema.Differ for details on the default diff algorithms.
Performs a diff between thisValue and thatValue. See zio.schema.Differ for details on the default diff algorithms.
Attributes
- Inherited from:
- Schema
Attributes
- Inherited from:
- Schema
Attributes
- Inherited from:
- Schema
Generate a homomorphism from A to B iff A and B are homomorphic
Returns a new schema that modifies the type produced by this schema to be optional.
Returns a new schema that modifies the type produced by this schema to be optional.
Attributes
- Inherited from:
- Schema
Returns a new schema that combines this schema and the specified schema together, modeling their either composition.
Returns a new schema that combines this schema and the specified schema together, modeling their either composition.
Attributes
- Inherited from:
- Schema
Patch value with a Patch.
Attributes
- Inherited from:
- Schema
Attributes
- Inherited from:
- Schema
Transforms this Schema[A]
into a Schema[B]
, by supplying two functions that can transform between A
and B
, without possibility of failure.
Transforms this Schema[A]
into a Schema[B]
, by supplying two functions that can transform between A
and B
, without possibility of failure.
Attributes
- Inherited from:
- Schema
Transforms this Schema[A]
into a Schema[B]
, by supplying two functions that can transform between A
and B
(possibly failing in some cases).
Transforms this Schema[A]
into a Schema[B]
, by supplying two functions that can transform between A
and B
(possibly failing in some cases).
Attributes
- Inherited from:
- Schema
Attributes
- Inherited from:
- Schema
Returns a new schema that combines this schema and the specified schema together, modeling their tuple composition.
Returns a new schema that combines this schema and the specified schema together, modeling their tuple composition.
Attributes
- Inherited from:
- Schema