TypeLambdaCompanion

dotty.tools.dotc.core.Types$.TypeLambdaCompanion

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HKTypeLambda.type
object PolyType.type

Members list

Concise view

Value members

Concrete methods

def toPInfo(tp: Type)(using Context): TypeBounds

Inherited methods

def apply(paramInfos: List[TypeBounds], resultType: Type)(using Context): LT

Attributes

Inherited from:
LambdaTypeCompanion
def apply(paramInfos: List[TypeBounds])(resultTypeExp: LT => Type)(using Context): LT

Attributes

Inherited from:
LambdaTypeCompanion
def apply(paramNames: List[TypeName], paramInfos: List[TypeBounds], resultType: Type)(using Context): LT

Attributes

Inherited from:
LambdaTypeCompanion
def apply(paramNames: List[TypeName])(paramInfosExp: LT => List[TypeBounds], resultTypeExp: LT => Type)(using Context): LT

Attributes

Inherited from:
LambdaTypeCompanion
def fromParams[PI <: Of[TypeName]](params: List[PI], resultType: Type)(using Context): Type

Attributes

Inherited from:
LambdaTypeCompanion

Attributes

Inherited from:
LambdaTypeCompanion