null-safe version of value
unwraps the Cypher value into Scala/Java structures. Unlike value this is done recursively for the Cypher values stored inside of maps and lists.
wrapped value
Safe version of cast
Attempts to cast the Cypher value to V, fails when this is not supported.
Structural comparison of the Scala representation.
Structural comparison of the Scala representation.
This is NOT Cypher equality or equivalence.
Hash code of the Scala representation.
Hash code of the Scala representation.
true iff the stored value is null.
A Cypher string representation.
A Cypher string representation. For more information about the exact format of these, please refer to the openCypher TCK.
String of the Scala representation of this value.
String of the Scala representation of this value.
CypherValue is a wrapper for Scala/Java classes that represent valid Cypher values.