Strings

izumi.fundamentals.tags.TagExpr$.Strings$
object Strings extends For[String]

Attributes

Graph
Supertypes
trait For[String]
class Object
trait Matchable
class Any
Self type
Strings.type

Members list

Concise view

Type members

Classlikes

implicit class C(val sc: StringContext)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

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

Attributes

Inherited from:
For
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Composite
trait Expr
class Object
trait Matchable
class Any
sealed trait Composite extends Expr

Attributes

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

Attributes

Inherited from:
For
Graph
Supertypes
trait Expr
class Object
trait Matchable
class Any
Known subtypes
object False.type
object True.type
object Expr

Attributes

Inherited from:
For
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
sealed trait Expr

Attributes

Inherited from:
For
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

Inherited from:
For
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Const
trait Expr
class Object
trait Matchable
class Any
case class Has(tag: T) extends Expr

Attributes

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

Attributes

Inherited from:
For
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

Inherited from:
For
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Composite
trait Expr
class Object
trait Matchable
class Any
object TagDNF

Attributes

Inherited from:
For
Graph
Supertypes
class Object
trait Matchable
class Any
case object True extends Const

Attributes

Inherited from:
For
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Const
trait Expr
class Object
trait Matchable
class Any
case class Xor(all: Set[Expr]) extends Composite

Attributes

Inherited from:
For
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Composite
trait Expr
class Object
trait Matchable
class Any

Value members

Inherited methods

def all(head: String, tail: String*): And

Attributes

Inherited from:
For
def any(head: String, tail: String*): Or

Attributes

Inherited from:
For
def evaluate(tags: Set[String], expr: Expr): Boolean

Attributes

Inherited from:
For
def one(head: String, tail: String*): Xor

Attributes

Inherited from:
For

Implicits

Implicits

final implicit def C(sc: StringContext): C