Matching
extends Object with SerializableSupertypes
Object, SerializableMembers
def
&&
( self: Matching ) ( that: => Matching ) : MatchingConcatenates the contents of two successful matchings or return a notMatched
Concatenates the contents of two successful matchings or return a notMatched
def
[Matching]
)
: Matching
foldMatchings
( matchings:Joins the mattchings into a single matching. If any matching is None
the result is None
.
Otherwise the result is Some
of the concatenation of the tuppl...
Joins the mattchings into a single matching. If any matching is None
the result is None
.
Otherwise the result is Some
of the concatenation of the tupples.
def
isMatch
( self: Matching ) : BooleanIs this matching the result of a successful match
Is this matching the result of a successful match