Object

oxygen.quoted.TypeType.Case.Object
See theObject companion object
sealed abstract class Object(isScala2: Boolean, isEnum: Boolean) extends Case

Attributes

Companion
object
Graph
Supertypes
class Case
class TypeType
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

final def toCase: Option[Case]

Attributes

Inherited from:
TypeType
final def toCaseClass: Option[Class]

Attributes

Inherited from:
TypeType
final def toCaseObject: Option[Object]

Attributes

Inherited from:
TypeType
final def toSealed: Option[Sealed]

Attributes

Inherited from:
TypeType

Inherited fields

final val isObject: Boolean

Attributes

Inherited from:
Case