|
Pull Up Method public close() : void from class com.speedment.util.stream.delegate.IntStreamBuilder to public close() : void from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method public isParallel() : boolean from class com.speedment.util.stream.delegate.IntStreamBuilder to public isParallel() : boolean from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method public isParallel() : boolean from class com.speedment.util.stream.builder.ReferenceStreamBuilder to public isParallel() : boolean from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method public isParallel() : boolean from class com.speedment.util.stream.builder.IntStreamBuilder to public isParallel() : boolean from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method public onClose(closeHandler Runnable) : IntStream from class com.speedment.util.stream.builder.IntStreamBuilder to public onClose(closeHandler Runnable) : T from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method public close() : void from class com.speedment.util.stream.builder.IntStreamBuilder to public close() : void from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method protected append(newAction Action) : IntStreamBuilder from class com.speedment.util.stream.builder.IntStreamBuilder to protected append(newAction Action) : T from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method public close() : void from class com.speedment.util.stream.builder.ReferenceStreamBuilder to public close() : void from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method protected append(newAction Action) : ReferenceStreamBuilder<T> from class com.speedment.util.stream.builder.ReferenceStreamBuilder to protected append(newAction Action) : T from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Pull Up Method public onClose(closeHandler Runnable) : Stream<T> from class com.speedment.util.stream.builder.ReferenceStreamBuilder to public onClose(closeHandler Runnable) : T from class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Change Parameter Type identity : int to identity : long in method public reduce(identity long, op LongBinaryOperator) : long in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type mapper : IntUnaryOperator to mapper : LongUnaryOperator in method public map(mapper LongUnaryOperator) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type accumulator : ObjIntConsumer<R> to accumulator : ObjLongConsumer<R> in method public collect(supplier Supplier<R>, accumulator ObjLongConsumer<R>, combiner BiConsumer<R,R>) : R in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type op : IntBinaryOperator to op : LongBinaryOperator in method public reduce(identity long, op LongBinaryOperator) : long in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type predicate : IntPredicate to predicate : LongPredicate in method public filter(predicate LongPredicate) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type predicate : IntPredicate to predicate : LongPredicate in method public noneMatch(predicate LongPredicate) : boolean in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type action : IntConsumer to action : LongConsumer in method public forEach(action LongConsumer) : void in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type predicate : IntPredicate to predicate : LongPredicate in method public allMatch(predicate LongPredicate) : boolean in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type mapper : IntFunction<? extends IntStream> to mapper : LongFunction<? extends LongStream> in method public flatMap(mapper LongFunction<? extends LongStream>) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type predicate : IntPredicate to predicate : LongPredicate in method public anyMatch(predicate LongPredicate) : boolean in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type mapper : IntFunction<? extends U> to mapper : LongFunction<? extends U> in method public mapToObj(mapper LongFunction<? extends U>) : Stream<U> in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type action : IntConsumer to action : LongConsumer in method public peek(action LongConsumer) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type mapper : IntToDoubleFunction to mapper : LongToDoubleFunction in method public mapToDouble(mapper LongToDoubleFunction) : DoubleStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type op : IntBinaryOperator to op : LongBinaryOperator in method public reduce(op LongBinaryOperator) : OptionalLong in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Parameter Type pipeline : Pipeline<T> to pipeline : ReferencePipeline<T> in method public count(pipeline ReferencePipeline<T>) : long in class com.speedment.util.stream.builder.CollectionsStreamTerminator |
From |
To |
|
Change Parameter Type action : IntConsumer to action : LongConsumer in method public forEachOrdered(action LongConsumer) : void in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type ReferenceStreamBuilder<T> to T in method protected append(newAction Action) : T in class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Change Return Type OptionalInt to OptionalLong in method public findFirst() : OptionalLong in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntStream to LongStream in method public peek(action LongConsumer) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type PrimitiveIterator.OfInt to PrimitiveIterator.OfLong in method public iterator() : PrimitiveIterator.OfLong in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type Stream<T> to T in method public onClose(closeHandler Runnable) : T in class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Change Return Type IntStream to LongStream in method public sorted() : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntSummaryStatistics to LongSummaryStatistics in method public summaryStatistics() : LongSummaryStatistics in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type int to long in method public sum() : long in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntStream to LongStream in method public distinct() : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntStream to LongStream in method public limit(maxSize long) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type int[] to long[] in method public toArray() : long[] in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntStream to LongStream in method public skip(n long) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type OptionalInt to OptionalLong in method public reduce(op LongBinaryOperator) : OptionalLong in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntStreamBuilder to T in method protected append(newAction Action) : T in class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Change Return Type IntStream to LongStream in method public flatMap(mapper LongFunction<? extends LongStream>) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntStream to LongStream in method public filter(predicate LongPredicate) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type OptionalInt to OptionalLong in method public max() : OptionalLong in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type OptionalInt to OptionalLong in method public findAny() : OptionalLong in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type Spliterator.OfInt to Spliterator.OfLong in method public spliterator() : Spliterator.OfLong in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntStream to T in method public onClose(closeHandler Runnable) : T in class com.speedment.util.stream.builder.BaseStreamBuilder |
From |
To |
|
Change Return Type int to long in method public reduce(identity long, op LongBinaryOperator) : long in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type Stream<Integer> to Stream<Long> in method public boxed() : Stream<Long> in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type OptionalInt to OptionalLong in method public min() : OptionalLong in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |
|
Change Return Type IntStream to LongStream in method public map(mapper LongUnaryOperator) : LongStream in class com.speedment.util.stream.builder.LongStreamBuilder |
From |
To |