LambdaTypeCompanion

tastyquery.Types$.LambdaTypeCompanion
sealed abstract class LambdaTypeCompanion[N <: Name, PInfo <: Type | TypeBounds, LT <: LambdaType]

Attributes

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

Members list

Concise view

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