MatchCase

dotty.tools.dotc.core.Definitions.MatchCase$
object MatchCase

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(pat: Type, body: Type)(using Context): Type
def isInstance(tp: Type)(using Context): Boolean
def unapply(tp: Type)(using Context): Option[(Type, Type)]