FunctionOf

dotty.tools.dotc.core.Definitions.FunctionOf$
object FunctionOf

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FunctionOf.type

Members list

Value members

Concrete methods

def apply(args: List[Type], resultType: Type, isContextual: Boolean, isErased: Boolean)(using Context): Type
def unapply(ft: Type)(using Context): Option[(List[Type], Type, Boolean, Boolean)]