TypeOnly

org.finos.morphir.internal.TypeInfoModule.GenericTypeInfo.TypeOnly
sealed case class TypeOnly[+A](tpe: Type[A], name: Option[FQName]) extends GenericTypeInfo[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericTypeInfo[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def fqName: Option[FQName]

Attributes

Inherited from:
GenericTypeInfo
final def getType: Type[A]

Attributes

Inherited from:
GenericTypeInfo
final def isFull: Boolean

Attributes

Inherited from:
GenericTypeInfo
final def isIntrinsic: Boolean

Attributes

Inherited from:
GenericTypeInfo
final def isOpaque: Boolean

Attributes

Inherited from:
GenericTypeInfo
final def isTypeAndSpec: Boolean

Attributes

Inherited from:
GenericTypeInfo
final def isTypeOnly: Boolean

Attributes

Inherited from:
GenericTypeInfo
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product