Java java.util.concurrent CompletionStage fields, constructors, methods, implement or subclass

Example usage for Java java.util.concurrent CompletionStage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.concurrent CompletionStage.

The text is from its open source code.

Method

CompletableFuturetoCompletableFuture()
Returns a CompletableFuture maintaining the same completion properties as this stage.
CompletionStagewhenComplete(BiConsumer action)
Returns a new CompletionStage with the same result or exception as this stage, that executes the given action when this stage completes.