MatchResult

sealed class MatchResult

Represents the outcome of a match.

Types

Error
Link copied to clipboard
data class Error : MatchResult
An error occurred when matching a Signature.
Match
Link copied to clipboard
data class Match : MatchResult
A signature is successfully matched against the specified Catalog.
NoMatch
Link copied to clipboard
data class NoMatch : MatchResult
A signature doesn't yield any match in the specified Catalog.

Inheritors

MatchResult
Link copied to clipboard
MatchResult
Link copied to clipboard
MatchResult
Link copied to clipboard