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
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .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