PartialFunctionOf

dotty.tools.dotc.core.Definitions.PartialFunctionOf$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(arg: Type, result: Type)(using Context): Type
def unapply(pft: Type)(using Context): Option[(Type, List[Type])]