LambdaTypeCompanion

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

Value members

Abstract methods

def apply(paramNames: List[N])(paramInfosExp: LT => List[PInfo], resultTypeExp: LT => Type): LT

Concrete methods

final
def apply(paramNames: List[N], paramInfos: List[PInfo], resultType: Type): LT