NodeObject

com.tersesystems.blindsight.jsonld.NodeObject
See theNodeObject companion object
final case class NodeObject(value: NodeEntry*) extends Node

A node object contains node entries, represented as a Seq of NodeEntry.

Attributes

value

a sequence of node entries.

See also:
Companion:
object
Source:
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Node
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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
Any
Source:
Node.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product