CompletableFuture Constructors

Definition

Overloads

CompletableFuture()

Creates a new incomplete CompletableFuture.

CompletableFuture(IntPtr, JniHandleOwnership)

CompletableFuture()

Creates a new incomplete CompletableFuture.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public CompletableFuture ();
Attributes

Remarks

Creates a new incomplete CompletableFuture.

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

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

CompletableFuture(IntPtr, JniHandleOwnership)

protected CompletableFuture (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Concurrent.CompletableFuture : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Concurrent.CompletableFuture

Parameters

javaReference
IntPtr

nativeint

Remarks

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