Tag

fs2.data.esp.Tag$
See theTag companion trait
object Tag

Attributes

Companion:
trait
Source:
Tag.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Tag.type

Members list

Concise view

Type members

Classlikes

case object Close extends Tag[Nothing]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
Self type
Close.type
case class Depth(d: Int) extends Tag[Nothing]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
case object End extends Tag[Nothing]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
Self type
End.type
case object Input extends Tag[Nothing]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
Self type
Input.type
case object Leaf extends Tag[Nothing]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
Self type
Leaf.type
case class Name[T](name: T) extends Tag[T]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Product
trait Equals
trait Tag[T]
class Object
trait Matchable
class Any
case object Open extends Tag[Nothing]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
Self type
Open.type
case class State(q: Int) extends Tag[Nothing]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
case object True extends Tag[Nothing]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
Self type
True.type
case class Value[T](v: T) extends Tag[T]

Attributes

Source:
Tag.scala
Graph
Supertypes
trait Product
trait Equals
trait Tag[T]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit def TagIsTag[T]: IsTag[Tag[T]]

Attributes

Source:
Tag.scala