LiteralValue

com.tersesystems.blindsight.jsonld.LiteralValue
sealed trait LiteralValue[T] extends Value[T]

A value that represents a literal type in JSON.

Attributes

T

the underlying scala type.

Source:
Node.scala
Graph
Supertypes
class Value[T]
trait Node
class Object
trait Matchable
class Any
Known subtypes
object False.type
object True.type
object NullLiteral.type

Members list

Concise view

Value members

Inherited methods

def value: T

Attributes

Inherited from:
Value
Source:
Node.scala