All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static ListValue |
concat(ListValue... lists) |
static MapValue |
emptyMap() |
static ErrorValue |
error(Exception e) |
static ListValue |
fromArray(ArrayValue arrayValue) |
static ListValue |
fromList(List<AnyValue> values) |
static ListValue |
list(AnyValue... values) |
static MapValue |
map(String[] keys,
AnyValue[] values) |
static NodeReference |
node(String id) |
static NodeValue |
nodeValue(String id,
TextArray labels,
MapValue properties) |
static PathValue |
path(NodeValue[] nodes,
RelationshipValue[] relationships) |
static ListValue |
range(long start,
long end,
long step) |
static RelationshipReference |
relationship(String id) |
static RelationshipValue |
relationshipValue(String id,
NodeValue startNode,
NodeValue endNode,
TextValue type,
MapValue properties) |