|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Predicate | |
|---|---|
| org.neo4j.graphdb | The graph database API used by Neo4j. |
| org.neo4j.helpers.collection | Collections utilities - Iterator/Iterable utilities and creating
Maps. |
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| Uses of Predicate in org.neo4j.graphdb |
|---|
| Methods in org.neo4j.graphdb with parameters of type Predicate | |
|---|---|
Expander |
Expander.addFilter(Predicate<? super Path> filter)
|
Expander |
Expander.addNodeFilter(Predicate<? super Node> filter)
Add a Node filter. |
Expander |
Expander.addRelationshipFilter(Predicate<? super Relationship> filter)
Add a Relationship filter. |
| Uses of Predicate in org.neo4j.helpers.collection |
|---|
| Methods in org.neo4j.helpers.collection that return Predicate | ||
|---|---|---|
static
|
FilteringIterable.noDuplicatesPredicate()
|
|
static
|
FilteringIterable.notNullPredicate()
|
|
| Constructors in org.neo4j.helpers.collection with parameters of type Predicate | |
|---|---|
FilteringIterable(Iterable<T> source,
Predicate<T> predicate)
|
|
FilteringIterator(Iterator<T> source,
Predicate<T> predicate)
|
|
| Uses of Predicate in org.neo4j.kernel |
|---|
| Methods in org.neo4j.kernel with parameters of type Predicate | |
|---|---|
StandardExpander |
StandardExpander.addFilter(Predicate<? super Path> filter)
|
StandardExpander |
StandardExpander.addNodeFilter(Predicate<? super Node> filter)
|
StandardExpander |
StandardExpander.addRelationshipFilter(Predicate<? super Relationship> filter)
|
|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||