Composite

izumi.fundamentals.tags.TagExpr$.For.Composite
sealed trait Composite extends Expr

Attributes

Graph
Supertypes
trait Expr
class Object
trait Matchable
class Any
Known subtypes
class And
class Or
class Xor

Members list

Concise view

Value members

Abstract methods

def all: Set[Expr]
protected def mark: String

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def evaluate(tags: Set[T]): Boolean

Attributes

Inherited from:
Expr