| Package | Description |
|---|---|
| ch.powerunit.extensions.async | |
| ch.powerunit.extensions.async.impl | |
| ch.powerunit.extensions.async.lang |
| Modifier and Type | Method | Description |
|---|---|---|
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. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WaitResultImpl<T> |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
WaitResultBuilder<T> |
Used internally.
|
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.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.
|
Copyright © 2019. All rights reserved.