public class CompletionStageDecorator<T> extends AbstractCompletionStageDecorator<T,CompletionStage<T>>
delegate| Constructor and Description |
|---|
CompletionStageDecorator(CompletionStage<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected <U> CompletionStage<U> |
wrapNew(CompletionStage<U> original) |
acceptEither, acceptEitherAsync, acceptEitherAsync, applyToEither, applyToEitherAsync, applyToEitherAsync, exceptionally, exceptionallyAsync, exceptionallyAsync, exceptionallyCompose, exceptionallyComposeAsync, exceptionallyComposeAsync, handle, handleAsync, handleAsync, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsync, wrappublic CompletionStageDecorator(CompletionStage<T> delegate)
protected <U> CompletionStage<U> wrapNew(CompletionStage<U> original)
wrapNew in class AbstractCompletionStageDecorator<T,CompletionStage<T>>Copyright © 2021. All rights reserved.