MethodTypeCompanion

tastyquery.Types$.MethodTypeCompanion
sealed abstract class MethodTypeCompanion(val stringPrefix: String) extends LambdaTypeCompanion[TermName, Type, TypeOrMethodic, MethodType]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ContextualMethodType.type
object ImplicitMethodType.type
object MethodType.type

Members list

Value members

Concrete methods

def apply(paramNames: List[TermName])(paramInfosExp: MethodType => List[Type], resultTypeExp: MethodType => TypeOrMethodic): MethodType

Inherited methods

final def apply(paramNames: List[TermName], paramInfos: List[Type], resultType: TypeOrMethodic): LT

Attributes

Inherited from:
LambdaTypeCompanion