OrType

dotty.tools.dotc.core.Types.OrType
See theOrType companion class
object OrType

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OrType.type

Members list

Value members

Concrete methods

def apply(tp1: Type, tp2: Type, soft: Boolean)(using Context): OrType
def balanced(tp1: Type, tp2: Type, soft: Boolean)(using Context): OrType
def make(tp1: Type, tp2: Type, soft: Boolean)(using Context): Type
def makeHk(tp1: Type, tp2: Type)(using Context): Type

Like make, but also supports higher-kinded types as argument

Like make, but also supports higher-kinded types as argument

Attributes