MatchCase

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

A type constructor for a case in a match type.

Attributes

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