ErasedFunctionOf

dotty.tools.dotc.core.Definitions.ErasedFunctionOf

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Matches a refined ErasedFunction type and extracts the apply info.

Matches a refined ErasedFunction type and extracts the apply info.

Pattern: ErasedFunction { def apply: $mt }

Attributes