public void thenApplyWithContext(Function fn) { this.resultFuture = resultFuture.thenApply(fn.compose(beforeContext).andThen(afterContext));
確定! 回上一頁