MatchCase

object MatchCase
class Object
trait Matchable
class Any

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)]