MatchCase
scala.runtime.MatchCase
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
In this article