PolyFunctionOf

dotty.tools.dotc.core.Definitions.PolyFunctionOf

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(mt: MethodOrPoly)(using Context): Type

Creates a refined PolyFunction with an apply method with the given info.

Creates a refined PolyFunction with an apply method with the given info.

Attributes

Matches a refined PolyFunction type and extracts the apply info.

Matches a refined PolyFunction type and extracts the apply info.

Pattern: PolyFunction { def apply: $mt }

Attributes