sealed case class Enum12[A1 <: Z, A2 <: Z, A3 <: Z, A4 <: Z, A5 <: Z, A6 <: Z, A7 <: Z, A8 <: Z, A9 <: Z, A10 <: Z, A11 <: Z, A12 <: Z, Z](id: TypeId, case1: Case[A1, Z], case2: Case[A2, Z], case3: Case[A3, Z], case4: Case[A4, Z], case5: Case[A5, Z], case6: Case[A6, Z], case7: Case[A7, Z], case8: Case[A8, Z], case9: Case[A9, Z], case10: Case[A10, Z], case11: Case[A11, Z], case12: Case[A12, Z], annotations: Chunk[Any] = Chunk.empty) extends Enum[Z] with Product with Serializable

Self Type
Enum12[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z]
Linear Supertypes
Serializable, Serializable, Product, Equals, Enum[Z], Schema[Z], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Enum12
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Enum
  7. Schema
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Enum12(id: TypeId, case1: Case[A1, Z], case2: Case[A2, Z], case3: Case[A3, Z], case4: Case[A4, Z], case5: Case[A5, Z], case6: Case[A6, Z], case7: Case[A7, Z], case8: Case[A8, Z], case9: Case[A9, Z], case10: Case[A10, Z], case11: Case[A11, Z], case12: Case[A12, Z], annotations: Chunk[Any] = Chunk.empty)

Type Members

  1. type Accessors[Lens[_, _, _], Prism[_, _, _], Traversal[_, _]] = (Prism[Case.id.type, Z, A1], Prism[Case.id.type, Z, A2], Prism[Case.id.type, Z, A3], Prism[Case.id.type, Z, A4], Prism[Case.id.type, Z, A5], Prism[Case.id.type, Z, A6], Prism[Case.id.type, Z, A7], Prism[Case.id.type, Z, A8], Prism[Case.id.type, Z, A9], Prism[Case.id.type, Z, A10], Prism[Case.id.type, Z, A11], Prism[Case.id.type, Z, A12])
    Definition Classes
    Enum12Schema

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <*>[B](that: Schema[B]): Schema[(Z, B)]

    A symbolic operator for zip.

    A symbolic operator for zip.

    Definition Classes
    Schema
  4. def <+>[B](that: Schema[B]): Schema[Either[Z, B]]

    A symbolic operator for orElseEither.

    A symbolic operator for orElseEither.

    Definition Classes
    Schema
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ?: Schema[Option[Z]]

    A symbolic operator for optional.

    A symbolic operator for optional.

    Definition Classes
    Schema
  7. def annotate(annotation: Any): Enum12[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Z]

    Returns a new schema that with annotation

    Returns a new schema that with annotation

    Definition Classes
    Enum12Schema
  8. val annotations: Chunk[Any]

    Chunk of annotations for this schema

    Chunk of annotations for this schema

    Definition Classes
    Enum12Schema
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def ast: SchemaAst
    Definition Classes
    Schema
  11. val case1: Case[A1, Z]
  12. val case10: Case[A10, Z]
  13. val case11: Case[A11, Z]
  14. val case12: Case[A12, Z]
  15. val case2: Case[A2, Z]
  16. val case3: Case[A3, Z]
  17. val case4: Case[A4, Z]
  18. val case5: Case[A5, Z]
  19. val case6: Case[A6, Z]
  20. val case7: Case[A7, Z]
  21. val case8: Case[A8, Z]
  22. val case9: Case[A9, Z]
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. def coerce[B](newSchema: Schema[B]): Either[String, Schema[B]]

    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,_]

    Definition Classes
    Schema
  25. def defaultValue: Either[String, Z]

    The default value for a Schema of type A.

    The default value for a Schema of type A.

    Definition Classes
    Enum12Schema
  26. def diff(thisValue: Z, thatValue: Z, differ: Option[Differ[Z]] = None): Diff[Z]

    Performs a diff between thisValue and thatValue.

    Performs a diff between thisValue and thatValue. See zio.schema.Differ for details on the default diff algorithms.

    A custom zio.schema.Differ can be supplied if the default behavior is not acceptable.

    Definition Classes
    Schema
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def fromDynamic(value: DynamicValue): Either[String, Z]
    Definition Classes
    Schema
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. val id: TypeId
    Definition Classes
    Enum12Enum
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def makeAccessors(b: AccessorBuilder): (Prism[Case.id.type, Z, A1], Prism[Case.id.type, Z, A2], Prism[Case.id.type, Z, A3], Prism[Case.id.type, Z, A4], Prism[Case.id.type, Z, A5], Prism[Case.id.type, Z, A6], Prism[Case.id.type, Z, A7], Prism[Case.id.type, Z, A8], Prism[Case.id.type, Z, A9], Prism[Case.id.type, Z, A10], Prism[Case.id.type, Z, A11], Prism[Case.id.type, Z, A12])
    Definition Classes
    Enum12Schema
  34. def migrate[B](newSchema: Schema[B]): Either[String, (Z) ⇒ Either[String, B]]

    Generate a homomorphism from A to B iff A and B are homomorphic

    Generate a homomorphism from A to B iff A and B are homomorphic

    Definition Classes
    Schema
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def optional: Schema[Option[Z]]

    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.

    Definition Classes
    Schema
  39. def orElseEither[B](that: Schema[B]): Schema[Either[Z, B]]

    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.

    Definition Classes
    Schema
  40. def ordering: Ordering[Z]
    Definition Classes
    Schema
  41. def patch(oldValue: Z, diff: Diff[Z]): Either[String, Z]

    Patch value with a Diff.

    Patch value with a Diff.

    Definition Classes
    Schema
  42. def repeated: Schema[Chunk[Z]]
    Definition Classes
    Schema
  43. def serializable: Schema[Schema[Z]]
    Definition Classes
    Schema
  44. def structure: ListMap[String, Schema[_]]
    Definition Classes
    Enum
  45. def structureWithAnnotations: ListMap[String, (Schema[_], Chunk[Any])]
    Definition Classes
    Enum12Enum
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toDynamic(value: Z): DynamicValue
    Definition Classes
    Schema
  48. def toSemiDynamic: Schema[(Z, Schema[Z])]
    Definition Classes
    Schema
  49. def transform[B](f: (Z) ⇒ B, g: (B) ⇒ Z)(implicit loc: SourceLocation): Schema[B]

    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.

    Definition Classes
    Schema
  50. def transformOrFail[B](f: (Z) ⇒ Either[String, B], g: (B) ⇒ Either[String, Z])(implicit loc: SourceLocation): Schema[B]

    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).

    Definition Classes
    Schema
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. def zip[B](that: Schema[B]): Schema[(Z, B)]

    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.

    Definition Classes
    Schema

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Enum[Z]

Inherited from Schema[Z]

Inherited from AnyRef

Inherited from Any

Ungrouped