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

Type members

Classlikes

case object Close extends Tag[Nothing]

Attributes

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

Attributes

Source
Tag.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
Show all
case object End extends Tag[Nothing]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
Tag.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Tag[Nothing]
class Object
trait Matchable
class Any
Show all
case class Value[T](v: T) extends Tag[T]

Attributes

Source
ESP.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Tag[T]
class Object
trait Matchable
class Any
Show all

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
implicit def show[T : Show]: Show[Tag[T]]

Attributes

Source
Tag.scala