CaseClass4

zio.schema.Schema$.CaseClass4$
See theCaseClass4 companion trait
object CaseClass4

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, A1, A2, A3, A4, Z] = CaseClass4[A1, A2, A3, A4, Z] { type Field1 = F1; type Field2 = F2; type Field3 = F3; type Field4 = F4; }

Value members

Concrete methods

def apply[A1, A2, A3, A4, Z](id0: TypeId, field01: Field[Z, A1], field02: Field[Z, A2], field03: Field[Z, A3], field04: Field[Z, A4], construct0: (A1, A2, A3, A4) => Z, annotations0: Chunk[Any]): CaseClass4[A1, A2, A3, A4, Z]
def unapply[A1, A2, A3, A4, Z](schema: CaseClass4[A1, A2, A3, A4, Z]): Some[(TypeId, WithFieldName[Z, Field1, A1], WithFieldName[Z, Field2, A2], WithFieldName[Z, Field3, A3], WithFieldName[Z, Field4, A4], (A1, A2, A3, A4) => Z, Chunk[Any])]