Or

case class Or(left: Matcher, right: Matcher) extends Matcher
trait Serializable
trait Product
trait Equals
trait Matcher
class Object
trait Matchable
class Any

Value members

Inherited methods

def and(that: Matcher): Matcher
Inherited from:
Matcher
def or(that: Matcher): Matcher
Inherited from:
Matcher
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
Matcher