MatchCase

scala.runtime.MatchCase
final abstract class MatchCase[Pat, +Body]

A type constructor for a case in a match type.

Type parameters

Body

the result type produced when the scrutinee matches Pat

Pat

the pattern type to match against the scrutinee of the match type

Attributes

Source
MatchCase.scala
Graph
Supertypes
class Object
trait Matchable
class Any
In this article