JNull

org.typelevel.jawn.ast.JNull$
case object JNull extends JAtom

Attributes

Source
JValue.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class JAtom
class JValue
class Object
trait Matchable
class Any
Show all
Self type
JNull.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Value members

Concrete methods

final def valueType: String

Attributes

Source
JValue.scala

Inherited methods

def asBigDecimal: BigDecimal

Attributes

Inherited from:
JValue
Source
JValue.scala
def asBigInt: BigInt

Attributes

Inherited from:
JValue
Source
JValue.scala
def asBoolean: Boolean

Attributes

Inherited from:
JValue
Source
JValue.scala
def asDouble: Double

Attributes

Inherited from:
JValue
Source
JValue.scala
def asInt: Int

Attributes

Inherited from:
JValue
Source
JValue.scala
def asLong: Long

Attributes

Inherited from:
JValue
Source
JValue.scala
def asString: String

Attributes

Inherited from:
JValue
Source
JValue.scala
final def atomic: Option[JAtom]

Attributes

Inherited from:
JValue
Source
JValue.scala
def fold[A](f1: String => A, f2: Double => A, f3: Boolean => A, f4: => A): A

Attributes

Inherited from:
JAtom
Source
JValue.scala
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.scala
def get(s: String): JValue

Attributes

Inherited from:
JValue
Source
JValue.scala
def get(i: Int): JValue

Attributes

Inherited from:
JValue
Source
JValue.scala
def getBigDecimal: Option[BigDecimal]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getBigInt: Option[BigInt]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getBoolean: Option[Boolean]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getDouble: Option[Double]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getInt: Option[Int]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getLong: Option[Long]

Attributes

Inherited from:
JValue
Source
JValue.scala
def getString: Option[String]

Attributes

Inherited from:
JValue
Source
JValue.scala
final def isNull: Boolean

Attributes

Inherited from:
JValue
Source
JValue.scala
final def nonNull: Boolean

Attributes

Inherited from:
JValue
Source
JValue.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def remove(s: String): Option[JValue]

Attributes

Inherited from:
JValue
Source
JValue.scala
final def render(r: Renderer): String

Attributes

Inherited from:
JValue
Source
JValue.scala
final def render(): String

Attributes

Inherited from:
JValue
Source
JValue.scala
def set(s: String, v: JValue): Unit

Attributes

Inherited from:
JValue
Source
JValue.scala
def set(i: Int, v: JValue): Unit

Attributes

Inherited from:
JValue
Source
JValue.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
JValue -> Any
Inherited from:
JValue
Source
JValue.scala