ICompletionStage
AcceptEither(ICompletionStage, IConsumer)
AcceptEitherAsync(ICompletionStage, IConsumer)
AcceptEitherAsync(ICompletionStage, IConsumer, IExecutor)
ApplyToEither(ICompletionStage, IFunction)
ApplyToEitherAsync(ICompletionStage, IFunction)
ApplyToEitherAsync(ICompletionStage, IFunction, IExecutor)
Exceptionally(IFunction)
ExceptionallyAsync(IFunction)
ExceptionallyAsync(IFunction, IExecutor)
ExceptionallyCompose(IFunction)
ExceptionallyComposeAsync(IFunction)
ExceptionallyComposeAsync(IFunction, IExecutor)
Handle(IBiFunction)
HandleAsync(IBiFunction)
HandleAsync(IBiFunction, IExecutor)
RunAfterBoth(ICompletionStage, IRunnable)
RunAfterBothAsync(ICompletionStage, IRunnable)
RunAfterBothAsync(ICompletionStage, IRunnable, IExecutor)
RunAfterEither(ICompletionStage, IRunnable)
RunAfterEitherAsync(ICompletionStage, IRunnable)
RunAfterEitherAsync(ICompletionStage, IRunnable, IExecutor)
ThenAccept(IConsumer)
ThenAcceptAsync(IConsumer)
ThenAcceptAsync(IConsumer, IExecutor)
ThenAcceptBoth(ICompletionStage, IBiConsumer)
ThenAcceptBothAsync(ICompletionStage, IBiConsumer)
ThenAcceptBothAsync(ICompletionStage, IBiConsumer, IExecutor)
ThenApply(IFunction)
ThenApplyAsync(IFunction)
ThenApplyAsync(IFunction, IExecutor)
ThenCombine(ICompletionStage, IBiFunction)
ThenCombineAsync(ICompletionStage, IBiFunction)
ThenCombineAsync(ICompletionStage, IBiFunction, IExecutor)
ThenCompose(IFunction)
ThenComposeAsync(IFunction)
ThenComposeAsync(IFunction, IExecutor)
ThenRun(IRunnable)
ThenRunAsync(IRunnable)
ThenRunAsync(IRunnable, IExecutor)
ToCompletableFuture()
WhenComplete(IBiConsumer)
WhenCompleteAsync(IBiConsumer)
WhenCompleteAsync(IBiConsumer, IExecutor)
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