CypherValue is a wrapper for Scala/Java classes that represent valid Cypher values.
A primitive Cypher value is one that does not contain any other Cypher values.
Converts a Scala/Java value to a compatible Cypher value, fails if the conversion is not supported.
Converts a Scala/Java value to a compatible Cypher value, fails if the conversion is not supported.
value to convert
compatible CypherValue
Attempts to extract the wrapped value from a CypherValue.
Attempts to extract the wrapped value from a CypherValue.
CypherValue to extract from
none or some extracted value.