I\'m studying CompletableFuture API and there is an example:
CompletableFuture.completedFuture(url) .thenComposeAsync(this::readPage, executo