CaseClass0

zio.schema.Schema.CaseClass0
See theCaseClass0 companion trait
object CaseClass0

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CaseClass0.type

Members list

Value members

Concrete methods

def apply[Z](id0: TypeId, defaultConstruct0: () => Z, annotations0: Chunk[Any]): CaseClass0[Z]
def unapply[Z](schema: CaseClass0[Z]): Some[(TypeId, () => Z, Chunk[Any])]