|
Change Parameter Type converter : RawFunction<IN,OUT,IOException> to converter : ThrowingFunction<IN,OUT,IOException> in method private iterator(items IN[], converter ThrowingFunction<IN,OUT,IOException>) : RawIterator<OUT,IOException> in class org.neo4j.csv.reader.Readables |
From |
To |
|
Change Parameter Type function : RawFunction<FROM,TO,EX> to function : ThrowingFunction<FROM,TO,EX> in method public executeAndAwait(function ThrowingFunction<FROM,TO,EX>, parameter FROM, threadCondition Predicate<Thread>, timeout long, unit TimeUnit) : Future<TO> in class org.neo4j.test.ThreadingRule |
From |
To |
|
Change Parameter Type function : RawFunction<FROM,TO,EX> to function : ThrowingFunction<FROM,TO,EX> in method public execute(function ThrowingFunction<FROM,TO,EX>, parameter FROM) : Future<TO> in class org.neo4j.test.ThreadingRule |
From |
To |
|
Change Parameter Type function : RawFunction<FROM,TO,EX> to function : ThrowingFunction<FROM,TO,EX> in method public executeAfter(barrier Barrier, function ThrowingFunction<FROM,TO,EX>, parameter FROM) : Future<TO> in class org.neo4j.test.ThreadingRule |
From |
To |
|
Change Parameter Type factory : RawFunction<Void,InputIterator<T>,IOException> to factory : ThrowingFunction<Void,InputIterator<T>,IOException> in method private entities(factory ThrowingFunction<Void,InputIterator<T>,IOException>) : InputIterable<T> in class org.neo4j.unsafe.impl.batchimport.input.InputCache |
From |
To |
|
Change Parameter Type initialLocalState : Factory<LOCAL> to initialLocalState : Supplier<LOCAL> in method public DynamicTaskExecutor(initialProcessorCount int, maxProcessorCount int, maxQueueSize int, parkStrategy ParkStrategy, processorThreadNamePrefix String, initialLocalState Supplier<LOCAL>) in class org.neo4j.unsafe.impl.batchimport.executor.DynamicTaskExecutor |
From |
To |
|
Change Parameter Type readable : Factory<CharReadable> to readable : Supplier<CharReadable> in method public data(decorator Function<ENTITY,ENTITY>, readable Supplier<CharReadable>) : DataFactory<ENTITY> in class org.neo4j.unsafe.impl.batchimport.input.csv.DataFactories |
From |
To |
|
Change Parameter Type function : RawFunction<FROM,TO,EX> to function : ThrowingFunction<FROM,TO,EX> in method private task(barrier Barrier, function ThrowingFunction<FROM,TO,EX>, parameter FROM, threadConsumer Consumer<Thread>) : Callable<TO> in class org.neo4j.test.ThreadingRule |
From |
To |
|
Change Return Type Function2<Function2<T1,T2,T1>,Function2<T1,T2,T1>,Function2<T1,T2,T1>> to Function2<? super BiFunction<T1,T2,T1>,? super BiFunction<T1,T2,T1>,Function2<T1,T2,T1>> in method public compose2() : Function2<? super BiFunction<T1,T2,T1>,? super BiFunction<T1,T2,T1>,Function2<T1,T2,T1>> in class org.neo4j.function.Functions |
From |
To |
|
Change Return Type Factory<CharReadable> to Supplier<CharReadable> in method private readable(data String) : Supplier<CharReadable> in class org.neo4j.unsafe.impl.batchimport.input.csv.ExternalPropertiesDecoratorTest |
From |
To |
|
Change Return Type Function2<Function<From,From2>,Function<From2,To>,Function<From,To>> to Function2<? super Function<From,From2>,? super Function<From2,To>,Function<From,To>> in method public compose() : Function2<? super Function<From,From2>,? super Function<From2,To>,Function<From,To>> in class org.neo4j.function.Functions |
From |
To |
|
Change Variable Type add : Function2<Integer,Integer,Integer> to add : BiFunction<Integer,Integer,Integer> in method public testCompose2() : void in class org.neo4j.helpers.FunctionsTest |
From |
To |
|
Change Variable Type condition : Function2<Long,Long,Boolean> to condition : BiFunction<Long,Long,Boolean> in method public newDoubleLongRegister(initialFirst long, initialSecond long) : Register.DoubleLongRegister in class org.neo4j.register.Registers |
From |
To |
|
Change Variable Type function2 : Function2<T1,T2,T1> to function2 : BiFunction<T1,T2,T1> in method public compose2() : Function2<? super BiFunction<T1,T2,T1>,? super BiFunction<T1,T2,T1>,Function2<T1,T2,T1>> in class org.neo4j.function.Functions |
From |
To |
|
Change Variable Type function1 : Function2<T1,T2,T1> to function1 : BiFunction<T1,T2,T1> in method public compose2() : Function2<? super BiFunction<T1,T2,T1>,? super BiFunction<T1,T2,T1>,Function2<T1,T2,T1>> in class org.neo4j.function.Functions |
From |
To |
|
Change Variable Type mult : Function2<Integer,Integer,Integer> to mult : BiFunction<Integer,Integer,Integer> in method public testCompose2() : void in class org.neo4j.helpers.FunctionsTest |
From |
To |