| Interface | Description |
|---|---|
| AnyValueWriter<E extends Exception> |
Writer of any values.
|
| SequenceValue |
Values that represent sequences of values (such as Lists or Arrays) need to implement this interface.
|
| StructureBuilder<Input,Result> | |
| TernaryComparator<T> |
Comparator that allows undefined comparison.
|
| ValueMapper<Base> |
| Class | Description |
|---|---|
| AnyValue | |
| AnyValues | |
| ValueMapper.JavaMapper | |
| VirtualValue |
Value that can exist transiently during computations, but that cannot be stored as a property value.
|
| Enum | Description |
|---|---|
| Comparison |
Defines the result of a ternary comparison.
|
| SequenceValue.IterationPreference |
The preferred way to iterate this sequence.
|
| Exception | Description |
|---|---|
| InvalidValuesArgumentException |
InvalidValuesArgumentException is thrown when trying to pass in an invalid argument to
a PointValue, TemporalValue or DurationValue method. |
| TemporalArithmeticException |
TemporalArithmeticException is thrown when arithmetic operations of temporal values and
durations are unsuccessful. |
| TemporalParseException |
TemporalParseException is thrown if parsing of a TemporalValue is unsuccessful. |
| UnsupportedTemporalUnitException |
UnsupportedTemporalUnitException is thrown if trying to get or assign a temporal unit
which is not supported for the current temporal type. |
| ValuesException |
ValuesException is the super class of the custom exceptions
that can be thrown during usage of the Values module (org.neo4j.values). |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.