public final Promise all(final Promise ... promises) { return Arrays.stream(promises).reduce(resolve(), (p1, p2) -> p1.then(ignore -> p2));
確定! 回上一頁