CaseClass20

zio.schema.Schema$.CaseClass20$
See theCaseClass20 companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type WithFields[F1 <: Singleton & String, F2 <: Singleton & String, F3 <: Singleton & String, F4 <: Singleton & String, F5 <: Singleton & String, F6 <: Singleton & String, F7 <: Singleton & String, F8 <: Singleton & String, F9 <: Singleton & String, F10 <: Singleton & String, F11 <: Singleton & String, F12 <: Singleton & String, F13 <: Singleton & String, F14 <: Singleton & String, F15 <: Singleton & String, F16 <: Singleton & String, F17 <: Singleton & String, F18 <: Singleton & String, F19 <: Singleton & String, F20 <: Singleton & String, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z] = CaseClass20[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z] { type Field1 = F1; type Field2 = F2; type Field3 = F3; type Field4 = F4; type Field5 = F5; type Field6 = F6; type Field7 = F7; type Field8 = F8; type Field9 = F9; type Field10 = F10; type Field11 = F11; type Field12 = F12; type Field13 = F13; type Field14 = F14; type Field15 = F15; type Field16 = F16; type Field17 = F17; type Field18 = F18; type Field19 = F19; type Field20 = F20; }

Value members

Concrete methods

def apply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](id0: TypeId, field01: Field[Z, A1], field02: Field[Z, A2], field03: Field[Z, A3], field04: Field[Z, A4], field05: Field[Z, A5], field06: Field[Z, A6], field07: Field[Z, A7], field08: Field[Z, A8], field09: Field[Z, A9], field010: Field[Z, A10], field011: Field[Z, A11], field012: Field[Z, A12], field013: Field[Z, A13], field014: Field[Z, A14], field015: Field[Z, A15], field016: Field[Z, A16], field017: Field[Z, A17], field018: Field[Z, A18], field019: Field[Z, A19], field020: Field[Z, A20], construct0: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => Z, annotations0: Chunk[Any]): CaseClass20[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z]
def unapply[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z](schema: CaseClass20[A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Z]): Some[(TypeId, WithFieldName[Z, Field1, A1], WithFieldName[Z, Field2, A2], WithFieldName[Z, Field3, A3], WithFieldName[Z, Field4, A4], WithFieldName[Z, Field5, A5], WithFieldName[Z, Field6, A6], WithFieldName[Z, Field7, A7], WithFieldName[Z, Field8, A8], WithFieldName[Z, Field9, A9], WithFieldName[Z, Field10, A10], WithFieldName[Z, Field11, A11], WithFieldName[Z, Field12, A12], WithFieldName[Z, Field13, A13], WithFieldName[Z, Field14, A14], WithFieldName[Z, Field15, A15], WithFieldName[Z, Field16, A16], WithFieldName[Z, Field17, A17], WithFieldName[Z, Field18, A18], WithFieldName[Z, Field19, A19], WithFieldName[Z, Field20, A20], ((A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) => Z, Chunk[Any]))]