CompletableFuture.ExceptionallyComposeAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ExceptionallyComposeAsync(IFunction) | |
ExceptionallyComposeAsync(IFunction, IExecutor) |
ExceptionallyComposeAsync(IFunction)
[Android.Runtime.Register("exceptionallyComposeAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;", "GetExceptionallyComposeAsync_Ljava_util_function_Function_Handler", ApiSince=34)]
public virtual Java.Util.Concurrent.ICompletionStage? ExceptionallyComposeAsync (Java.Util.Functions.IFunction? fn);
[<Android.Runtime.Register("exceptionallyComposeAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;", "GetExceptionallyComposeAsync_Ljava_util_function_Function_Handler", ApiSince=34)>]
abstract member ExceptionallyComposeAsync : Java.Util.Functions.IFunction -> Java.Util.Concurrent.ICompletionStage
override this.ExceptionallyComposeAsync : Java.Util.Functions.IFunction -> Java.Util.Concurrent.ICompletionStage
Parâmetros
- fn
- IFunction
Retornos
Implementações
- Atributos
Aplica-se a
ExceptionallyComposeAsync(IFunction, IExecutor)
[Android.Runtime.Register("exceptionallyComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", "GetExceptionallyComposeAsync_Ljava_util_function_Function_Ljava_util_concurrent_Executor_Handler", ApiSince=34)]
public virtual Java.Util.Concurrent.ICompletionStage? ExceptionallyComposeAsync (Java.Util.Functions.IFunction? fn, Java.Util.Concurrent.IExecutor? executor);
[<Android.Runtime.Register("exceptionallyComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;", "GetExceptionallyComposeAsync_Ljava_util_function_Function_Ljava_util_concurrent_Executor_Handler", ApiSince=34)>]
abstract member ExceptionallyComposeAsync : Java.Util.Functions.IFunction * Java.Util.Concurrent.IExecutor -> Java.Util.Concurrent.ICompletionStage
override this.ExceptionallyComposeAsync : Java.Util.Functions.IFunction * Java.Util.Concurrent.IExecutor -> Java.Util.Concurrent.ICompletionStage
Parâmetros
- fn
- IFunction
- executor
- IExecutor
Retornos
Implementações
- Atributos