public class ThreadAwareCompletableFuture
extends java.util.concurrent.CompletableFuture
Constructor and Description |
---|
ThreadAwareCompletableFuture() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getNoCheckedExceptions()
Waits if necessary for this future to complete, and then returns its result.
|
boolean |
isMeMyselfAndI()
Returns true if the current Thread is the same Thread that built this CompletableFuture.
|
acceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completedFuture, completeExceptionally, exceptionally, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, obtrudeException, obtrudeValue, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsync
public boolean isMeMyselfAndI()
public java.lang.Object getNoCheckedExceptions()
CompletableFuture#get
are wrapped into a new RuntimeException.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.