Token

fs2.data.json.Token$
See theToken companion class
object Token

Attributes

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

Members list

Concise view

Type members

Classlikes

case object EndArray extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
Self type
case object EndObject extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
Self type
case object FalseValue extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
Self type
case class Key(value: String) extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
case object NullValue extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
Self type
case class NumberValue(value: String) extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
case object StartArray extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
Self type
case object StartObject extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
Self type
case class StringValue(value: String) extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
case object TrueValue extends Token

Attributes

Source:
tokens.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Token
class Object
trait Matchable
class Any
Self type

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