Statistics
Changed
Added
Removed
Unchanged
Total
Contexts
0
54
0
0
54
Status
Added
Class Summary
CompletableFuture
Field Detail
Constructor Detail
CompletableFuture()
Method Detail
acceptEither(java.util.concurrent.CompletableFuture, java.util.function.Consumer)
acceptEitherAsync(java.util.concurrent.CompletableFuture, java.util.function.Consumer)
acceptEitherAsync(java.util.concurrent.CompletableFuture, java.util.function.Consumer, java.util.concurrent.Executor)
allOf(java.util.concurrent.CompletableFuture...)
anyOf(java.util.concurrent.CompletableFuture...)
applyToEither(java.util.concurrent.CompletableFuture, java.util.function.Function)
applyToEitherAsync(java.util.concurrent.CompletableFuture, java.util.function.Function)
applyToEitherAsync(java.util.concurrent.CompletableFuture, java.util.function.Function, java.util.concurrent.Executor)
cancel(boolean)
complete(T)
completeExceptionally(java.lang.Throwable)
completedFuture(U)
exceptionally(java.util.function.Function)
get()
get(long, java.util.concurrent.TimeUnit)
getNow(T)
getNumberOfDependents()
handle(java.util.function.BiFunction)
isCancelled()
isDone()
join()
obtrudeException(java.lang.Throwable)
obtrudeValue(T)
runAfterBoth(java.util.concurrent.CompletableFuture, java.lang.Runnable)
runAfterBothAsync(java.util.concurrent.CompletableFuture, java.lang.Runnable)
runAfterBothAsync(java.util.concurrent.CompletableFuture, java.lang.Runnable, java.util.concurrent.Executor)
runAfterEither(java.util.concurrent.CompletableFuture, java.lang.Runnable)
runAfterEitherAsync(java.util.concurrent.CompletableFuture, java.lang.Runnable)
runAfterEitherAsync(java.util.concurrent.CompletableFuture, java.lang.Runnable, java.util.concurrent.Executor)
runAsync(java.lang.Runnable)
runAsync(java.lang.Runnable, java.util.concurrent.Executor)
supplyAsync(java.util.function.Supplier)
supplyAsync(java.util.function.Supplier, java.util.concurrent.Executor)
thenAccept(java.util.function.Consumer)
thenAcceptAsync(java.util.function.Consumer)
thenAcceptAsync(java.util.function.Consumer, java.util.concurrent.Executor)
thenAcceptBoth(java.util.concurrent.CompletableFuture, java.util.function.BiConsumer)
thenAcceptBothAsync(java.util.concurrent.CompletableFuture, java.util.function.BiConsumer)
thenAcceptBothAsync(java.util.concurrent.CompletableFuture, java.util.function.BiConsumer, java.util.concurrent.Executor)
thenApply(java.util.function.Function)
thenApplyAsync(java.util.function.Function)
thenApplyAsync(java.util.function.Function, java.util.concurrent.Executor)
thenCombine(java.util.concurrent.CompletableFuture, java.util.function.BiFunction)
thenCombineAsync(java.util.concurrent.CompletableFuture, java.util.function.BiFunction)
thenCombineAsync(java.util.concurrent.CompletableFuture, java.util.function.BiFunction, java.util.concurrent.Executor)
thenCompose(java.util.function.Function)
thenComposeAsync(java.util.function.Function)
thenComposeAsync(java.util.function.Function, java.util.concurrent.Executor)
thenRun(java.lang.Runnable)
thenRunAsync(java.lang.Runnable)
thenRunAsync(java.lang.Runnable, java.util.concurrent.Executor)
toString()