Toggle navigation
Home
org.neo4j.helpers.Predicate to org.hamcrest.Matcher
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Add or Remove Method invocation
filter.accept(name)
to
filter.matches(name)
predicate.accept(line)
to
matcher.matches(line)
Rename Variable
predicate
to
matcher