CompletableFuture.ExceptionallyCompose(IFunction) Method
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.
[Android.Runtime.Register("exceptionallyCompose", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;", "GetExceptionallyCompose_Ljava_util_function_Function_Handler", ApiSince=34)]
public virtual Java.Util.Concurrent.ICompletionStage? ExceptionallyCompose (Java.Util.Functions.IFunction? fn);
[<Android.Runtime.Register("exceptionallyCompose", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;", "GetExceptionallyCompose_Ljava_util_function_Function_Handler", ApiSince=34)>]
abstract member ExceptionallyCompose : Java.Util.Functions.IFunction -> Java.Util.Concurrent.ICompletionStage
override this.ExceptionallyCompose : Java.Util.Functions.IFunction -> Java.Util.Concurrent.ICompletionStage
Parameters
- fn
- IFunction
Returns
Implements
- Attributes