CompletableFuture Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- transfer
- JniHandleOwnership
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.