AbstractTypeBounds

tastyquery.Types.AbstractTypeBounds
final case class AbstractTypeBounds(low: Type, high: Type) extends TypeBounds

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TypeBounds
class TypeMappable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

final def contains(that: TypeBounds)(using Context): Boolean

Attributes

Inherited from:
TypeBounds
final def contains(tp: TypeOrWildcard)(using Context): Boolean

Attributes

Inherited from:
TypeBounds
final def intersect(that: TypeBounds)(using Context): TypeBounds

Attributes

Inherited from:
TypeBounds
final def isSameBounds(that: TypeBounds)(using Context): Boolean

Attributes

Inherited from:
TypeBounds
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
TypeMappable
def showBasic: String

Attributes

Inherited from:
TypeMappable
final def showMultiline: String

Attributes

Inherited from:
TypeMappable
final def union(that: TypeBounds)(using Context): TypeBounds

Attributes

Inherited from:
TypeBounds