O private object

Matching

extends Object with Serializable

Supertypes

Object, Serializable

Members

val 

matched

: Matching

def 

&&

( self: Matching ) ( that: => Matching ) : Matching

Concatenates the contents of two successful matchings or return a notMatched

Concatenates the contents of two successful matchings or return a notMatched

def 

asOptionOfTuple

( self: Matching ) : Option[Tuple]

def 

foldMatchings

( matchings: [Matching] ) : Matching

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 ) : Boolean

Is this matching the result of a successful match

Is this matching the result of a successful match

def 

matched

( x: Any ) : Matching

def 

notMatched

: Matching