Case

sealed case class Case[R, A](id: String, schema: Schema[A], unsafeDeconstruct: R => A, construct: A => R, isCase: R => Boolean, annotations: Chunk[Any])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Case[R, A]

Value members

Concrete methods

def deconstruct(r: R): A
def deconstructOption(r: R): Option[A]
override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product