T - The type of result of the CompletableFutureWaitResultBuilder2<T>WaitResultBuilder<T>WaitResultImplpublic interface WaitResultBuilder1<T> extends WaitResultBuilder2<T>
CompletableFuture to skip, if necessary, the
error.| Modifier and Type | Method | Description |
|---|---|---|
default WaitResultBuilder2<T> |
ignoreException() |
Ignore any error during execution of the callable.
|
WaitResultBuilder2<T> |
ignoreException(boolean alsoDontFailWhenNoResultAndException) |
Ignore any error during execution of the callable and define if there are not
result and an exception at last operation if this exception must be thrown.
|
expectingWaitResultBuilder2<T> ignoreException(boolean alsoDontFailWhenNoResultAndException)
alsoDontFailWhenNoResultAndException - true if the last exception must also be ignoredthe next step of the builderdefault WaitResultBuilder2<T> ignoreException()
the next step of the builderCopyright © 2019. All rights reserved.