Modifier and Type | Interface | Description |
---|---|---|
interface |
WaitResultBuilder1<T> |
First Step of the builder of
CompletableFuture to skip, if necessary,
the error. |
Modifier and Type | Method | Description |
---|---|---|
default WaitResultBuilder2<T> |
WaitResultBuilder1.dontIgnoreException() |
Explicitly indicate that no exception must be ignored.
|
default WaitResultBuilder2<T> |
WaitResultBuilder1.ignoreException() |
Ignore any error during execution of the callable.
|
WaitResultBuilder2<T> |
WaitResultBuilder1.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.
|
static <T> WaitResultBuilder2<T> |
WaitResult.on(T mutableObject) |
Start the builder to create an instance of
CompletableFuture based on
repeated control on the mutable object. |
Copyright © 2021. All rights reserved.