TermLambdaCompanion

class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def apply(paramInfos: List[Type], resultType: Type)(using Context): LT
Inherited from
LambdaTypeCompanion
def apply(paramInfos: List[Type])(resultTypeExp: LT => Type)(using Context): LT
Inherited from
LambdaTypeCompanion
def apply(paramNames: List[TermName], paramInfos: List[Type], resultType: Type)(using Context): LT
Inherited from
LambdaTypeCompanion
def apply(paramNames: List[TermName])(paramInfosExp: LT => List[Type], resultTypeExp: LT => Type)(using Context): LT
Inherited from
LambdaTypeCompanion
def fromParams[PI <: Of[TermName]](params: List[PI], resultType: Type)(using Context): Type
Inherited from
LambdaTypeCompanion