NodeEntry

com.tersesystems.blindsight.jsonld.NodeEntry
See theNodeEntry companion object
final case class NodeEntry(key: String, value: Node*)

A node entry is used in the context of a NodeObject to indicate an entry.

Note that although in most cases a entry key is an IRI value, in the case of an index map, the key is just a string.

Attributes

key

the key of the node entry

value

the value of the node entry.

Companion:
object
Source:
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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