TypeBounds

dotty.tools.dotc.core.Types$.TypeBounds$
See theTypeBounds companion class
object TypeBounds

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(lo: Type, hi: Type)(using Context): TypeBounds
def lower(lo: Type)(using Context): TypeBounds
def upper(hi: Type)(using Context): TypeBounds