Match
io.github.edadma.pattern_matcher.Matchers.Match
case class Match[R](result: R, next: Input) extends MatcherResult[R]
Represents a successful match.
Type parameters
- R
-
type of result value
Value parameters
- next
-
next character of input
- result
-
result value of the match
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass MatcherResult[R]class Objecttrait Matchableclass Any
Members list
In this article