CompletableFuture 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CompletableFuture() |
创建新的不完整的 CompletableFuture。 |
CompletableFuture(IntPtr, JniHandleOwnership) |
CompletableFuture()
创建新的不完整的 CompletableFuture。
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public CompletableFuture ();
- 属性
注解
创建新的不完整的 CompletableFuture。
适用于 . 的 java.util.concurrent.CompletableFuture.CompletableFuture()
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
CompletableFuture(IntPtr, JniHandleOwnership)
protected CompletableFuture (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Concurrent.CompletableFuture : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Concurrent.CompletableFuture
参数
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。