Toggle navigation
Home
org.neo4j.helpers.Predicate to java.util.function.Predicate
No. of Instances - 16
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Update Class Instacne Creation
new NodeFilter(org.neo4j.helpers.Predicates.upgrade(filter))
to
new NodeFilter(filter)
new RelationshipFilter(org.neo4j.helpers.Predicates.upgrade(filter))
to
new RelationshipFilter(filter)
Add or Remove Method invocation
org.neo4j.helpers.Predicates.upgrade(filter)
to
filter