MethodTypeCompanion

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

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

Inherited methods

final def apply(paramNames: List[UnsignedTermName], paramInfos: List[Type], resultType: TypeOrMethodic): MethodType

Attributes

Inherited from:
LambdaTypeCompanion