PolyOrErasedFunctionOf

dotty.tools.dotc.core.Definitions.PolyOrErasedFunctionOf

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(ft: Type)(using Context): Option[MethodicType]

Matches a refined PolyFunction or ErasedFunction type and extracts the apply info.

Matches a refined PolyFunction or ErasedFunction type and extracts the apply info.

Pattern: (PolyFunction | ErasedFunction) { def apply: $mt }

Attributes