CompletableFuture how to return first FALSE or wait until all are completed to return TRUE
问题 I have a bit of an odd situation that doesn’t seem to allow this peg to fit into any of the widely established CompletableFuture holes. Within a primary method that is evaluating returned booleans, I am wanting to allow calls to three different methods to complete asynchronously. Each of these three methods can return either a TRUE or a FALSE. If any return a FALSE, I want the evaluation to drop the remainder and simply return that FALSE value. The point being, it can be any of the three, not