CaseSet

zio.schema.CaseSet
See theCaseSet companion trait
object CaseSet

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
CaseSet.type

Members list

Type members

Classlikes

sealed trait :+:[A, +T <: CaseSet] extends CaseSet

Attributes

Supertypes
trait CaseSet
class Object
trait Matchable
class Any
Known subtypes
class Cons[A, T, Z]
final case class Cons[A, +T <: Aux[Z], Z](head: Case[Z, A], tail: T) extends A :+: T

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait A :+: T
trait CaseSet
class Object
trait Matchable
class Any
Show all
Self type
Cons[A, T, Z]
final case class Empty[Z]() extends CaseSet

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CaseSet
class Object
trait Matchable
class Any
Show all
Self type
Empty[Z]
object Empty

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Empty.type

Types

type Aux[EnumType0] = CaseSet { type EnumType = EnumType0; }

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[Z](c: Case[Z, _]*): CaseSet
def caseOf[A : Schema, Z >: A](id: String)(unsafeDeconstruct: Z => A)(construct: A => Z)(isCase: Z => Boolean): Cons[A, Empty[Z], Z]

Concrete fields

val :+:: Cons.type