src/main/java/com/spotify/futures/FuturesExtra.java [705:712]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            results ->
                function.apply(
                    (A) results.get(0),
                    (B) results.get(1),
                    (C) results.get(2),
                    (D) results.get(3),
                    (E) results.get(4)),
        executor);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/spotify/futures/FuturesExtra.java [771:778]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            results ->
                function.apply(
                    (A) results.get(0),
                    (B) results.get(1),
                    (C) results.get(2),
                    (D) results.get(3),
                    (E) results.get(4)),
        executor);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



