CompletableFuture.supplyAsync; supplyAsync(this::createId). thenApply(this::convert). thenAccept(this::store); ...block and wait ...
確定! 回上一頁