object MatchOperator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatchOperator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object And extends MatchOperator with Product with Serializable

    Individual match terms are concatenated with a logical AND.

  2. case object Or extends MatchOperator with Product with Serializable

    Individual match terms are concatenated with a logical OR - this is the default if not provided.