For

izumi.fundamentals.tags.TagExpr$.For
trait For[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Strings.type

Members list

Concise view

Type members

Classlikes

case class And(all: Set[Expr]) extends Composite

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Composite
trait Expr
class Object
trait Matchable
class Any
sealed trait Composite extends Expr

Attributes

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

Attributes

Graph
Supertypes
trait Expr
class Object
trait Matchable
class Any
Known subtypes
object False.type
object True.type
object Expr

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Expr.type
sealed trait Expr

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Composite
class And
class Or
class Xor
trait Const
object False.type
object True.type
class Has
class Not
case object False extends Const

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Const
trait Expr
class Object
trait Matchable
class Any
Self type
False.type
case class Has(tag: T) extends Expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Expr
class Object
trait Matchable
class Any
case class Not(expr: Expr) extends Expr

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Expr
class Object
trait Matchable
class Any
case class Or(all: Set[Expr]) extends Composite

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Composite
trait Expr
class Object
trait Matchable
class Any
object TagDNF

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TagDNF.type
case object True extends Const

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Const
trait Expr
class Object
trait Matchable
class Any
Self type
True.type
case class Xor(all: Set[Expr]) extends Composite

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Composite
trait Expr
class Object
trait Matchable
class Any

Value members

Concrete methods

def all(head: T, tail: T*): And
def any(head: T, tail: T*): Or
def evaluate(tags: Set[T], expr: Expr): Boolean
def one(head: T, tail: T*): Xor