|
Change Parameter Type retryPredicate : org.neo4j.function.Predicate<Throwable> to retryPredicate : Predicate<Throwable> in method public TransactionTemplate(gds GraphDatabaseService, monitor Monitor, retries int, backoff long, retryPredicate Predicate<Throwable>) in class org.neo4j.helpers.TransactionTemplate |
From |
To |
|
Change Parameter Type predicate : org.neo4j.helpers.Predicate<T> to predicate : Predicate<T> in method public FilteringIterable(source Iterable<T>, predicate Predicate<T>) in class org.neo4j.helpers.collection.FilteringIterable |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<? super Relationship> to filter : Predicate<? super Relationship> in method public filterRelationships(filter Predicate<? super Relationship>) : Expansion<T> in class org.neo4j.kernel.Expansion |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<? super Node> to filter : Predicate<? super Node> in method public filterNodes(filter Predicate<? super Node>) : Expansion<T> in class org.neo4j.kernel.Expansion |
From |
To |
|
Change Parameter Type reversed : org.neo4j.helpers.Predicate<Relationship> to reversed : Predicate<Relationship> in method public setRelationshipReverseOrderPredicate(reversed Predicate<Relationship>) : void in class org.neo4j.visualization.graphviz.DefaultStyleConfiguration |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<T> to filter : Predicate<T> in method public count(iterable Iterable<T>, filter Predicate<T>) : int in class org.neo4j.helpers.collection.IteratorUtil |
From |
To |
|
Change Parameter Type specification : org.neo4j.function.Predicate<? super T> to specification : Predicate<? super T> in method public FilterIterable(iterable Iterable<T>, specification Predicate<? super T>) in class org.neo4j.helpers.collection.Iterables.FilterIterable |
From |
To |
|
Change Parameter Type reversed : org.neo4j.helpers.Predicate<Relationship> to reversed : Predicate<Relationship> in method public setRelationshipReverseOrderPredicate(reversed Predicate<Relationship>) : void in class org.neo4j.visualization.graphviz.StyleConfiguration |
From |
To |
|
Change Parameter Type toPeel : org.neo4j.function.Predicate<Throwable> to toPeel : Predicate<Throwable> in method public peel(exception Throwable, toPeel Predicate<Throwable>) : Throwable in class org.neo4j.helpers.Exceptions |
From |
To |
|
Change Parameter Type toLookFor : org.neo4j.function.Predicate<Throwable> to toLookFor : Predicate<Throwable> in method public contains(cause Throwable, toLookFor Predicate<Throwable>) : boolean in class org.neo4j.helpers.Exceptions |
From |
To |
|
Change Parameter Type predicate : org.neo4j.function.Predicate<? super Node> to predicate : Predicate<? super Node> in method package NodeFilter(predicate Predicate<? super Node>) in class org.neo4j.kernel.StandardExpander.NodeFilter |
From |
To |
|
Change Parameter Type specification : org.neo4j.helpers.Predicate<? super X> to specification : Predicate<? super X> in method public filter(specification Predicate<? super X>, i Iterator<X>) : Iterator<X> in class org.neo4j.helpers.collection.Iterables |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<? super Node> to filter : Predicate<? super Node> in method public filterNodes(filter Predicate<? super Node>) : StandardExpansion<T> in class org.neo4j.kernel.StandardExpander.StandardExpansion |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<? super Relationship> to filter : Predicate<? super Relationship> in method public filterRelationships(filter Predicate<? super Relationship>) : StandardExpansion<T> in class org.neo4j.kernel.StandardExpander.StandardExpansion |
From |
To |
|
Change Parameter Type restartSpecification : org.neo4j.helpers.Predicate<String> to restartSpecification : Predicate<String> in method public RestartOnChange(restartSpecification Predicate<String>, life Lifecycle) in class org.neo4j.kernel.configuration.RestartOnChange |
From |
To |
|
Change Parameter Type toInclude : org.neo4j.function.Predicate<StackTraceElement> to toInclude : Predicate<StackTraceElement> in method public briefOneLineStackTraceInformation(toInclude Predicate<StackTraceElement>) : String in class org.neo4j.helpers.Exceptions |
From |
To |
|
Change Parameter Type retryPredicate : org.neo4j.function.Predicate<Throwable> to retryPredicate : Predicate<Throwable> in method public retryOn(retryPredicate Predicate<Throwable>) : TransactionTemplate in class org.neo4j.helpers.TransactionTemplate |
From |
To |
|
Change Parameter Type specification : org.neo4j.helpers.Predicate<? super X> to specification : Predicate<? super X> in method public filter(specification Predicate<? super X>, i Iterable<X>) : Iterable<X> in class org.neo4j.helpers.collection.Iterables |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<? super Relationship> to filter : Predicate<? super Relationship> in method public addRelationshipFilter(filter Predicate<? super Relationship>) : Expander in class org.neo4j.graphdb.Expander |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<? super Node> to filter : Predicate<? super Node> in method public addNodeFilter(filter Predicate<? super Node>) : Expander in class org.neo4j.graphdb.Expander |
From |
To |
|
Change Parameter Type predicate : org.neo4j.helpers.Predicate<T> to predicate : Predicate<T> in method public FilteringIterator(source Iterator<T>, predicate Predicate<T>) in class org.neo4j.helpers.collection.FilteringIterator |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<? super Relationship> to filter : Predicate<? super Relationship> in method public addRelationshipFilter(filter Predicate<? super Relationship>) : StandardExpander in class org.neo4j.kernel.StandardExpander |
From |
To |
|
Change Parameter Type filter : org.neo4j.helpers.Predicate<? super Node> to filter : Predicate<? super Node> in method public addNodeFilter(filter Predicate<? super Node>) : StandardExpander in class org.neo4j.kernel.StandardExpander |
From |
To |