org.opencypher.okapi.api.value.CypherValue
Safe version of cast
Safe version of cast
Attempts to cast the Cypher value to V, fails when this is not supported.
Attempts to cast the Cypher value to V, fails when this is not supported.
null-safe version of value
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.
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