NonEmpty

dotty.tools.dotc.semanticdb.Type.NonEmpty
sealed trait NonEmpty extends Type

Attributes

Graph
Supertypes
trait Type
trait SemanticdbGeneratedSealedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class ByNameType
class ConstantType
class LambdaType
class MatchType
class RepeatedType
class SingleType
class SuperType
class ThisType
class TypeRef
class UnionType
class WithType
Show all

Members list

Type members

Inherited types

Attributes

Inherited from:
Type

Value members

Inherited methods

final def asMessage: TypeMessage

Attributes

Inherited from:
Type
final def asNonEmpty: Option[NonEmpty]

Attributes

Inherited from:
Type
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
final def isDefined: Boolean

Attributes

Inherited from:
Type
final def isEmpty: Boolean

Attributes

Inherited from:
Type

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product