Callback.Completable, Callback.Nestedjava.util.concurrent.CompletableFuture.AsynchronousCompletionTaskInvocable.InvocationType__nonBlocking| Constructor | Description |
|---|---|
Completable() |
|
Completable(Invocable.InvocationType invocation) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
failed(java.lang.Throwable x) |
Callback invoked when the operation fails.
|
Invocable.InvocationType |
getInvocationType() |
|
void |
succeeded() |
Callback invoked when the operation completes.
|
acceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, cancel, complete, completeAsync, completeAsync, completedFuture, completedStage, completeExceptionally, completeOnTimeout, copy, defaultExecutor, delayedExecutor, delayedExecutor, exceptionally, failedFuture, failedStage, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, join, minimalCompletionStage, newIncompleteFuture, obtrudeException, obtrudeValue, orTimeout, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsyncgetInvocationType, invokeNonBlocking, isNonBlockingInvocationpublic Completable()
public Completable(Invocable.InvocationType invocation)
public void succeeded()
CallbackCallback invoked when the operation completes.
succeeded in interface CallbackCallback.failed(Throwable)public void failed(java.lang.Throwable x)
CallbackCallback invoked when the operation fails.
public Invocable.InvocationType getInvocationType()
getInvocationType in interface InvocableCopyright © 1995–2018 Webtide. All rights reserved.