ListenableFuture.ListenableFuture.ListenableFuture.ListenableFuture that will execute combining a and b into
some sort of result.A and B and works like
a valve on A, with validation executed on B.ListenableFuture interface.FuturesExtra.syncTransform2(com.google.common.util.concurrent.ListenableFuture<A>, com.google.common.util.concurrent.ListenableFuture<B>, com.spotify.futures.FuturesExtra.Function2<Z, ? super A, ? super B>) to asynchronously
transform two values into a return value.TimeoutException if the parent future has not
finished before the timeout.ListenableFuture with the result of the first of futures that
successfully completes.ListenableFuture in a CompletableFuture.CompletableFuture in a ListenableFuture.CompletionStage in a ListenableFuture.Copyright © 2015 Spotify AB. All Rights Reserved.