| Package | Description |
|---|---|
| org.neo4j.driver.v1 | |
| org.neo4j.driver.v1.types |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
Value.asRelationship() |
| Modifier and Type | Method and Description |
|---|---|
static Function<Value,Relationship> |
Values.ofRelationship()
Converts values to
Relationship. |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
MapAccessorWithDefaultValue.get(String key,
Relationship defaultValue)
Retrieve the value with the given key.
|
Relationship |
Path.Segment.relationship() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Relationship> |
Path.relationships()
Create an iterable over the relationships in this path.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Path.contains(Relationship relationship) |
Relationship |
MapAccessorWithDefaultValue.get(String key,
Relationship defaultValue)
Retrieve the value with the given key.
|
Copyright © 2018. All rights reserved.