CompletableFuture.ApplyToEitherAsync Method

Definition

Overloads

ApplyToEitherAsync(ICompletionStage, IFunction, IExecutor)
ApplyToEitherAsync(ICompletionStage, IFunction)

ApplyToEitherAsync(ICompletionStage, IFunction, IExecutor)

[Android.Runtime.Register("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", "GetApplyToEitherAsync_Ljava_util_concurrent_CompletionStage_Ljava_util_function_Function_Ljava_util_concurrent_Executor_Handler", ApiSince=24)]
[Java.Interop.JavaTypeParameters(new System.String[] { "U" })]
public virtual Java.Util.Concurrent.ICompletionStage? ApplyToEitherAsync (Java.Util.Concurrent.ICompletionStage? other, Java.Util.Functions.IFunction? fn, Java.Util.Concurrent.IExecutor? executor);
[<Android.Runtime.Register("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", "GetApplyToEitherAsync_Ljava_util_concurrent_CompletionStage_Ljava_util_function_Function_Ljava_util_concurrent_Executor_Handler", ApiSince=24)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "U" })>]
abstract member ApplyToEitherAsync : Java.Util.Concurrent.ICompletionStage * Java.Util.Functions.IFunction * Java.Util.Concurrent.IExecutor -> Java.Util.Concurrent.ICompletionStage
override this.ApplyToEitherAsync : Java.Util.Concurrent.ICompletionStage * Java.Util.Functions.IFunction * Java.Util.Concurrent.IExecutor -> Java.Util.Concurrent.ICompletionStage

Parameters

executor
IExecutor

Returns

Implements

Attributes

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

ApplyToEitherAsync(ICompletionStage, IFunction)

[Android.Runtime.Register("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;", "GetApplyToEitherAsync_Ljava_util_concurrent_CompletionStage_Ljava_util_function_Function_Handler", ApiSince=24)]
[Java.Interop.JavaTypeParameters(new System.String[] { "U" })]
public virtual Java.Util.Concurrent.ICompletionStage? ApplyToEitherAsync (Java.Util.Concurrent.ICompletionStage? other, Java.Util.Functions.IFunction? fn);
[<Android.Runtime.Register("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;", "GetApplyToEitherAsync_Ljava_util_concurrent_CompletionStage_Ljava_util_function_Function_Handler", ApiSince=24)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "U" })>]
abstract member ApplyToEitherAsync : Java.Util.Concurrent.ICompletionStage * Java.Util.Functions.IFunction -> Java.Util.Concurrent.ICompletionStage
override this.ApplyToEitherAsync : Java.Util.Concurrent.ICompletionStage * Java.Util.Functions.IFunction -> Java.Util.Concurrent.ICompletionStage

Parameters

Returns

Implements

Attributes

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