1d11909fb5f1d1cb5ad9ab43902df4fdfce06040
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 36 | ||
Extract Method public crossJoin(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, s5 Seq<T5>) : Seq<Tuple5<T1,T2,T3,T4,T5>> extracted from public crossJoin(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, s5 Stream<T5>) : Seq<Tuple5<T1,T2,T3,T4,T5>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public foldRight(stream Seq<T>, seed U, function BiFunction<? super T,U,U>) : U extracted from public foldRight(stream Stream<T>, seed U, function BiFunction<? super T,U,U>) : U in class org.jooq.lambda.Seq | From | To | |
Extract Method public scanLeft(stream Seq<T>, seed U, function BiFunction<U,? super T,U>) : Seq<U> extracted from public scanLeft(stream Stream<T>, seed U, function BiFunction<U,? super T,U>) : Seq<U> in class org.jooq.lambda.Seq | From | To | |
Extract Method public cycle(stream Seq<T>) : Seq<T> extracted from public cycle(stream Stream<T>) : Seq<T> in class org.jooq.lambda.Seq | From | To | |
Extract Method public innerJoin(other Iterable<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> extracted from public innerJoin(other Stream<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public crossJoin(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, s5 Seq<T5>, s6 Seq<T6>) : Seq<Tuple6<T1,T2,T3,T4,T5,T6>> extracted from public crossJoin(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, s5 Stream<T5>, s6 Stream<T6>) : Seq<Tuple6<T1,T2,T3,T4,T5,T6>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public zip(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, s5 Seq<T5>, s6 Seq<T6>, s7 Seq<T7>, s8 Seq<T8>, zipper Function8<T1,T2,T3,T4,T5,T6,T7,T8,R>) : Seq<R> extracted from public zip(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, s5 Stream<T5>, s6 Stream<T6>, s7 Stream<T7>, s8 Stream<T8>, zipper Function8<T1,T2,T3,T4,T5,T6,T7,T8,R>) : Seq<R> in class org.jooq.lambda.Seq | From | To | |
Extract Method public zip(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, zipper Function4<T1,T2,T3,T4,R>) : Seq<R> extracted from public zip(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, zipper Function4<T1,T2,T3,T4,R>) : Seq<R> in class org.jooq.lambda.Seq | From | To | |
Extract Method public reverse(stream Seq<T>) : Seq<T> extracted from public reverse(stream Stream<T>) : Seq<T> in class org.jooq.lambda.Seq | From | To | |
Extract Method public zip(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, zipper Function3<T1,T2,T3,R>) : Seq<R> extracted from public zip(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, zipper Function3<T1,T2,T3,R>) : Seq<R> in class org.jooq.lambda.Seq | From | To | |
Extract Method public unzip(stream Seq<Tuple2<T1,T2>>, unzipper Function<Tuple2<T1,T2>,Tuple2<U1,U2>>) : Tuple2<Seq<U1>,Seq<U2>> extracted from public unzip(stream Stream<Tuple2<T1,T2>>, unzipper Function<Tuple2<T1,T2>,Tuple2<U1,U2>>) : Tuple2<Seq<U1>,Seq<U2>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public crossJoin(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>) : Seq<Tuple3<T1,T2,T3>> extracted from public crossJoin(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>) : Seq<Tuple3<T1,T2,T3>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public crossJoin(s1 Seq<T1>, s2 Seq<T2>) : Seq<Tuple2<T1,T2>> extracted from public crossJoin(s1 Stream<T1>, s2 Stream<T2>) : Seq<Tuple2<T1,T2>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public seq(stream Seq<T>) : Seq<T> extracted from public concat(streams Stream<T>...) : Seq<T> in class org.jooq.lambda.Seq | From | To | |
Extract Method public shuffle(stream Seq<T>, random Random) : Seq<T> extracted from public shuffle(stream Stream<T>, random Random) : Seq<T> in class org.jooq.lambda.Seq | From | To | |
Extract Method public unzip(stream Seq<Tuple2<T1,T2>>) : Tuple2<Seq<T1>,Seq<T2>> extracted from public unzip(stream Stream<Tuple2<T1,T2>>) : Tuple2<Seq<T1>,Seq<T2>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public zipWithIndex(stream Seq<T>) : Seq<Tuple2<T,Long>> extracted from public zipWithIndex(stream Stream<T>) : Seq<Tuple2<T,Long>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public zip(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, s5 Seq<T5>, zipper Function5<T1,T2,T3,T4,T5,R>) : Seq<R> extracted from public zip(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, s5 Stream<T5>, zipper Function5<T1,T2,T3,T4,T5,R>) : Seq<R> in class org.jooq.lambda.Seq | From | To | |
Extract Method public crossJoin(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, s5 Seq<T5>, s6 Seq<T6>, s7 Seq<T7>) : Seq<Tuple7<T1,T2,T3,T4,T5,T6,T7>> extracted from public crossJoin(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, s5 Stream<T5>, s6 Stream<T6>, s7 Stream<T7>) : Seq<Tuple7<T1,T2,T3,T4,T5,T6,T7>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public concat(streams Seq<T>...) : Seq<T> extracted from public concat(streams Stream<T>...) : Seq<T> in class org.jooq.lambda.Seq | From | To | |
Extract Method public foldLeft(stream Seq<T>, seed U, function BiFunction<U,? super T,U>) : U extracted from public foldLeft(stream Stream<T>, seed U, function BiFunction<U,? super T,U>) : U in class org.jooq.lambda.Seq | From | To | |
Extract Method public unzip(stream Seq<Tuple2<T1,T2>>, unzipper BiFunction<T1,T2,Tuple2<U1,U2>>) : Tuple2<Seq<U1>,Seq<U2>> extracted from public unzip(stream Stream<Tuple2<T1,T2>>, unzipper BiFunction<T1,T2,Tuple2<U1,U2>>) : Tuple2<Seq<U1>,Seq<U2>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public zip(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, s5 Seq<T5>, s6 Seq<T6>, s7 Seq<T7>, zipper Function7<T1,T2,T3,T4,T5,T6,T7,R>) : Seq<R> extracted from public zip(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, s5 Stream<T5>, s6 Stream<T6>, s7 Stream<T7>, zipper Function7<T1,T2,T3,T4,T5,T6,T7,R>) : Seq<R> in class org.jooq.lambda.Seq | From | To | |
Extract Method public crossJoin(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>) : Seq<Tuple4<T1,T2,T3,T4>> extracted from public crossJoin(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>) : Seq<Tuple4<T1,T2,T3,T4>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public zip(s1 Seq<T1>, s2 Seq<T2>, zipper BiFunction<T1,T2,R>) : Seq<R> extracted from public zip(s1 Stream<T1>, s2 Stream<T2>, zipper BiFunction<T1,T2,R>) : Seq<R> in class org.jooq.lambda.Seq | From | To | |
Extract Method public scanRight(stream Seq<T>, seed U, function BiFunction<? super T,U,U>) : Seq<U> extracted from public scanRight(stream Stream<T>, seed U, function BiFunction<? super T,U,U>) : Seq<U> in class org.jooq.lambda.Seq | From | To | |
Extract Method public crossJoin(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, s5 Seq<T5>, s6 Seq<T6>, s7 Seq<T7>, s8 Seq<T8>) : Seq<Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>> extracted from public crossJoin(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, s5 Stream<T5>, s6 Stream<T6>, s7 Stream<T7>, s8 Stream<T8>) : Seq<Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public innerJoin(other Seq<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> extracted from public innerJoin(other Stream<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public leftOuterJoin(other Iterable<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> extracted from public leftOuterJoin(other Stream<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public leftOuterJoin(other Seq<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> extracted from public leftOuterJoin(other Stream<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public unzip(stream Seq<Tuple2<T1,T2>>, leftUnzipper Function<T1,U1>, rightUnzipper Function<T2,U2>) : Tuple2<Seq<U1>,Seq<U2>> extracted from public unzip(stream Stream<Tuple2<T1,T2>>, leftUnzipper Function<T1,U1>, rightUnzipper Function<T2,U2>) : Tuple2<Seq<U1>,Seq<U2>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public rightOuterJoin(other Seq<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> extracted from public rightOuterJoin(other Stream<U>, predicate BiPredicate<T,U>) : Seq<Tuple2<T,U>> in class org.jooq.lambda.Seq | From | To | |
Extract Method public zip(s1 Seq<T1>, s2 Seq<T2>, s3 Seq<T3>, s4 Seq<T4>, s5 Seq<T5>, s6 Seq<T6>, zipper Function6<T1,T2,T3,T4,T5,T6,R>) : Seq<R> extracted from public zip(s1 Stream<T1>, s2 Stream<T2>, s3 Stream<T3>, s4 Stream<T4>, s5 Stream<T5>, s6 Stream<T6>, zipper Function6<T1,T2,T3,T4,T5,T6,R>) : Seq<R> in class org.jooq.lambda.Seq | From | To | |
Extract Method public concat(iterables Iterable<T>...) : Seq<T> extracted from public concat(streams Stream<T>...) : Seq<T> in class org.jooq.lambda.Seq | From | To | |
Extract Method public shuffle(stream Seq<T>) : Seq<T> extracted from public shuffle(stream Stream<T>) : Seq<T> in class org.jooq.lambda.Seq | From | To | |
Extract Method public unzip(iterable Iterable<Tuple2<T1,T2>>, unzipper Function<Tuple2<T1,T2>,Tuple2<U1,U2>>) : Tuple2<Seq<U1>,Seq<U2>> extracted from public unzip(stream Stream<Tuple2<T1,T2>>, unzipper Function<Tuple2<T1,T2>,Tuple2<U1,U2>>) : Tuple2<Seq<U1>,Seq<U2>> in class org.jooq.lambda.Seq | From | To |