SubtypeValue

class SubtypeValue[Typeclass[_], Type, S](val subtype: Subtype[Typeclass, Type, S], v: Type)
class Object
trait Matchable
class Any

Value members

Concrete methods

def value: S & Type

Concrete fields

val subtype: Subtype[Typeclass, Type, S]

Exports

Defined exports

final def annotations: IArray[Any]
Exported from Subtype.annotations
final def cast: PartialFunction[Type, S & Type]
Exported from Subtype.cast
final def inheritedAnnotations: IArray[Any]
final def typeAnnotations: IArray[Any]
final def typeInfo: TypeInfo
Exported from Subtype.typeInfo
final def typeclass: Typeclass[S & Type]
Exported from Subtype.typeclass