LambdaTypeCompanion

abstract class LambdaTypeCompanion[N <: Name, PInfo <: Type, LT <: LambdaType]
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(paramNames: List[N])(paramInfosExp: LT => List[PInfo], resultTypeExp: LT => Type)(using Context): LT
protected def toPInfo(tp: Type)(using Context): PInfo

Concrete methods

def apply(paramNames: List[N], paramInfos: List[PInfo], resultType: Type)(using Context): LT
def apply(paramInfos: List[PInfo])(resultTypeExp: LT => Type)(using Context): LT
def apply(paramInfos: List[PInfo], resultType: Type)(using Context): LT
def fromParams[PI <: Of[N]](params: List[PI], resultType: Type)(using Context): Type