| Package Summary Overview Summary |
class:CompletionStage [NONE] |
|
|
method:thenApply(java.util.function.Function) [NONE] |
|
|
method:thenApplyAsync(java.util.function.Function) [NONE] |
|
|
method:thenApplyAsync(java.util.function.Function,java.util.concurrent.Executor) [NONE] |
|
|
method:thenAccept(java.util.function.Consumer) [NONE] |
|
|
method:thenAcceptAsync(java.util.function.Consumer) [NONE] |
|
|
method:thenAcceptAsync(java.util.function.Consumer,java.util.concurrent.Executor) [NONE] |
|
|
method:thenRun(java.lang.Runnable) [NONE] |
|
|
method:thenRunAsync(java.lang.Runnable) [NONE] |
|
|
method:thenRunAsync(java.lang.Runnable,java.util.concurrent.Executor) [NONE] |
|
|
method:thenCombine(java.util.concurrent.CompletionStage,java.util.function.BiFunction) [NONE] |
|
|
method:thenCombineAsync(java.util.concurrent.CompletionStage,java.util.function.BiFunction) [NONE] |
|
|
method:thenCombineAsync(java.util.concurrent.CompletionStage,java.util.function.BiFunction,java.util.concurrent.Executor) [NONE] |
|
|
method:thenAcceptBoth(java.util.concurrent.CompletionStage,java.util.function.BiConsumer) [NONE] |
|
|
method:thenAcceptBothAsync(java.util.concurrent.CompletionStage,java.util.function.BiConsumer) [NONE] |
|
|
method:thenAcceptBothAsync(java.util.concurrent.CompletionStage,java.util.function.BiConsumer,java.util.concurrent.Executor) [NONE] |
|
|
method:runAfterBoth(java.util.concurrent.CompletionStage,java.lang.Runnable) [NONE] |
|
|
method:runAfterBothAsync(java.util.concurrent.CompletionStage,java.lang.Runnable) [NONE] |
|
|
method:runAfterBothAsync(java.util.concurrent.CompletionStage,java.lang.Runnable,java.util.concurrent.Executor) [NONE] |
|
|
method:applyToEither(java.util.concurrent.CompletionStage,java.util.function.Function) [NONE] |
|
|
method:applyToEitherAsync(java.util.concurrent.CompletionStage,java.util.function.Function) [NONE] |
|
|
method:applyToEitherAsync(java.util.concurrent.CompletionStage,java.util.function.Function,java.util.concurrent.Executor) [NONE] |
|
|
method:acceptEither(java.util.concurrent.CompletionStage,java.util.function.Consumer) [NONE] |
|
|
method:acceptEitherAsync(java.util.concurrent.CompletionStage,java.util.function.Consumer) [NONE] |
|
|
method:acceptEitherAsync(java.util.concurrent.CompletionStage,java.util.function.Consumer,java.util.concurrent.Executor) [NONE] |
|
|
method:runAfterEither(java.util.concurrent.CompletionStage,java.lang.Runnable) [NONE] |
|
|
method:runAfterEitherAsync(java.util.concurrent.CompletionStage,java.lang.Runnable) [NONE] |
|
|
method:runAfterEitherAsync(java.util.concurrent.CompletionStage,java.lang.Runnable,java.util.concurrent.Executor) [NONE] |
|
|
method:thenCompose(java.util.function.Function) [NONE] |
|
|
method:thenComposeAsync(java.util.function.Function) [NONE] |
|
|
method:thenComposeAsync(java.util.function.Function,java.util.concurrent.Executor) [NONE] |
|
|
method:handle(java.util.function.BiFunction) [NONE] |
|
|
method:handleAsync(java.util.function.BiFunction) [NONE] |
|
|
method:handleAsync(java.util.function.BiFunction,java.util.concurrent.Executor) [NONE] |
|
|
method:whenComplete(java.util.function.BiConsumer) [NONE] |
|
|
method:whenCompleteAsync(java.util.function.BiConsumer) [NONE] |
|
|
method:whenCompleteAsync(java.util.function.BiConsumer,java.util.concurrent.Executor) [NONE] |
|
|
method:exceptionally(java.util.function.Function) [NONE] |
|
|
method:exceptionallyAsync(java.util.function.Function) [ADDED] |
|
|
method:exceptionallyAsync(java.util.function.Function,java.util.concurrent.Executor) [ADDED] |
|
|
method:exceptionallyCompose(java.util.function.Function) [ADDED] |
|
|
method:exceptionallyComposeAsync(java.util.function.Function) [ADDED] |
|
|
method:exceptionallyComposeAsync(java.util.function.Function,java.util.concurrent.Executor) [ADDED] |
|
|
method:toCompletableFuture() [NONE] |
|
|
© 2019 Oracle Corporation and/or its affiliates