monoandroid
namespace Java.Util.Concurrent
{
    [JavaTypeParameters(new[] { "T" })]
    [Register("java/util/concurrent/CompletionStage", "", "Java.Util.Concurrent.ICompletionStageInvoker", ApiSince = 24)]
    public interface ICompletionStage : IJavaObject, IJavaPeerable, IDisposable
    {
        [JavaTypeParameters(new[] { "U" })]
        [Register("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;", "GetApplyToEitherAsync_Ljava_util_concurrent_CompletionStage_Ljava_util_function_Function_Ljava_util_concurrent_Executor_Handler:Java.Util.Concurrent.ICompletionStageInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 24)]
        ICompletionStage? ApplyToEitherAsync(ICompletionStage? other, IFunction? fn, IExecutor? executor);
    }
}
.NET
6.07.08.09.0
Information specific to monoandroid
Assembly

Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API