IndexedValue

ujson.IndexedValue
See theIndexedValue companion trait

Attributes

Companion
trait
Deprecated
true
Graph
Supertypes
trait Sum
trait Mirror
trait Transformer[IndexedValue]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case class Arr(index: Int, value: IndexedValue*) extends IndexedValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedValue
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Visitor[IndexedValue, IndexedValue]
class Object
trait Matchable
class Any
Self type
Builder.type
case class False(index: Int) extends IndexedValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedValue
class Object
trait Matchable
class Any
Show all
case class Null(index: Int) extends IndexedValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedValue
class Object
trait Matchable
class Any
Show all
case class Num(index: Int, s: CharSequence, decIndex: Int, expIndex: Int) extends IndexedValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedValue
class Object
trait Matchable
class Any
Show all
case class NumRaw(index: Int, d: Double) extends IndexedValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedValue
class Object
trait Matchable
class Any
Show all
case class Obj(index: Int, value0: (CharSequence, IndexedValue)*) extends IndexedValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedValue
class Object
trait Matchable
class Any
Show all
case class Str(index: Int, value0: CharSequence) extends IndexedValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedValue
class Object
trait Matchable
class Any
Show all
case class True(index: Int) extends IndexedValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedValue
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
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def transform[T](j: IndexedValue, f: Visitor[_, T]): T

Inherited methods

Attributes

Inherited from:
Transformer