Select

case class Select(_ex: Option[String], _include: Option[String], _exclude: Option[String], _was: Option[String], _selector: Option[String]) extends ShowArgs

Selection arguments

Companion:
object
trait Serializable
trait Product
trait Equals
trait ShowArgs
class Object
trait Matchable
class Any

Value members

Concrete methods

def contain(tags: String*): Boolean
def ex: String
def exclude: String
def hasFilter: Boolean
def include: String
def keep(tags: String*): Boolean
def selector: String
override def toString: String
Definition Classes
Any
def was(s: String): Boolean
def wasIsDefined: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def showArg(a: (String, Option[_])): Option[String]
Inherited from:
ShowArgs