ContextFunctionType

An extractor for context function types As ?=> B, possibly with dependent refinements. Optionally returns a triple consisting of the argument types As, the result type B and a whether the type is an erased context function.

class Object
trait Matchable
class Any

Value members

Concrete methods

def unapply(tp: Type)(using Context): Option[(List[Type], Type, Boolean)]