case class SeparatedTags(included: String, excluded: String, orSeparator: String = ",", andSeparator: String = "&&") extends IncludedExcluded[Seq[String]] with Product with Serializable
specialization of the IncludedExcluded trait for string separated tags
2 tags t1, t2 separated by a "," means that t1 OR t2 must be included (/excluded) 2 tags t1, t2 separated by a "&&" means that t1 AND t2 must be included (/excluded)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SeparatedTags
- Serializable
- Product
- Equals
- IncludedExcluded
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SeparatedTags(included: String, excluded: String, orSeparator: String = ",", andSeparator: String = "&&")
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val andSeparator: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def contain(t: Seq[String]): Boolean
- Definition Classes
- IncludedExcluded
- val containFunction: (Seq[String], Seq[String]) => Boolean
- Definition Classes
- SeparatedTags → IncludedExcluded
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exclude: Seq[String]
- Definition Classes
- SeparatedTags → IncludedExcluded
- val excluded: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val include: Seq[String]
- Definition Classes
- SeparatedTags → IncludedExcluded
- val included: String
- def isExcluded(t: Seq[String]): Boolean
- Definition Classes
- IncludedExcluded
- def isExcludedTag(t: Seq[String]): Boolean
- Definition Classes
- IncludedExcluded
- def isIncluded(t: Seq[String]): Boolean
- Definition Classes
- IncludedExcluded
- def isIncludedTag(t: Seq[String]): Boolean
- Definition Classes
- IncludedExcluded
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keep(t: Seq[String]): Boolean
- Definition Classes
- IncludedExcluded
- lazy val keepFunction: (Seq[String], Seq[String]) => Boolean
- Definition Classes
- SeparatedTags → IncludedExcluded
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val orSeparator: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated