Set

dotty.tools.dotc.interactive.Interactive$.Include$.Set
final case class Set extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def except(that: Set): Set
def isDefinitions: Boolean
def isEmpty: Boolean
def isImports: Boolean
def isLinkedClass: Boolean
def isLocal: Boolean
def isOverridden: Boolean
def isOverriding: Boolean
def isReferences: Boolean
def |(that: Set): Set

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product