AlwaysWhenNoIncludeTag

Similar to the AlwaysTag this tag is keeping elements only if there is no included tags

trait NamedTag
class Object
trait Matchable
class Any

Value members

Concrete methods

def keep(args: Arguments, names: Seq[String]): Boolean
def names: Seq[String]

Inherited methods

override
def equals(o: Any): Boolean
Definition Classes
NamedTag -> Any
Inherited from
NamedTag
override
def hashCode: Int
Definition Classes
NamedTag -> Any
Inherited from
NamedTag
def keep(args: Arguments): Boolean
Returns

true if the element tagged with this must be kept

Inherited from
NamedTag
Returns

a tag where both "keep" conditions apply and where new names are used for evaluating the "keep" condition

Inherited from
NamedTag
def removeNames(otherNames: Seq[String]): NamedTag
Inherited from
NamedTag
def setNames(otherNames: Seq[String]): NamedTag
Inherited from
NamedTag
override
def toString: String
Definition Classes
NamedTag -> Any
Inherited from
NamedTag