CompletableFuture.MinimalCompletionStage Method

Definition

Returns a new CompletionStage that is completed normally with the same value as this CompletableFuture when it completes normally, and cannot be independently completed or otherwise used in ways not defined by the methods of interface CompletionStage.

[Android.Runtime.Register("minimalCompletionStage", "()Ljava/util/concurrent/CompletionStage;", "GetMinimalCompletionStageHandler", ApiSince=31)]
public virtual Java.Util.Concurrent.ICompletionStage? MinimalCompletionStage ();
[<Android.Runtime.Register("minimalCompletionStage", "()Ljava/util/concurrent/CompletionStage;", "GetMinimalCompletionStageHandler", ApiSince=31)>]
abstract member MinimalCompletionStage : unit -> Java.Util.Concurrent.ICompletionStage
override this.MinimalCompletionStage : unit -> Java.Util.Concurrent.ICompletionStage

Returns

ICompletionStage

the new CompletionStage

Attributes

Remarks

Java documentation for java.util.concurrent.CompletableFuture.minimalCompletionStage().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to