Subtype

org.hungerford.generic.schema.coproduct.subtype.Subtype
See theSubtype companion object
sealed case class Subtype[T, ST, D, DN, DV, N <: TypeName, S] extends OrLazy[T, ST, D, DN, DV, N] with Shaped[ST, S]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Shaped[ST, S]
trait Shaped[ST, S]
trait NonLazy
trait NonLazy
trait OrLazy[T, ST, D, DN, DV, N]
trait Named[N]
trait Named[N]
trait Discr[D, DN, DV]
trait SubOf[T, ST]
trait Tpe[ST]
trait Tpe[ST]
trait TypeOf[T, ST]
trait Of[T]
trait Of[T]
trait Subtype
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Self = Subtype[T, ST, D, DN, DV, N, S]

Value members

Inherited methods

def name: N

Attributes

Inherited from:
Named
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product