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



src/main/java/com/spotify/futures/FuturesExtra.java [838:843]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            results ->
                function.apply(
                    (A) results.get(0),
                    (B) results.get(1),
                    (C) results.get(2),
                    (D) results.get(3),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



