| Package | Description |
|---|---|
| ch.powerunit.extensions.async | |
| ch.powerunit.extensions.async.impl | |
| ch.powerunit.extensions.async.lang |
| Modifier and Type | Method | Description |
|---|---|---|
static WaitResultBuilder3<Boolean> |
WaitResult.onCondition(Supplier<Boolean> conditionSupplier) |
Start the builder to create an instance of
CompletableFuture based on
repeated control on a method returning a boolean. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WaitResultImpl<T> |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
WaitResultBuilder<T> |
Used internally.
|
| Modifier and Type | Method | Description |
|---|---|---|
WaitResultBuilder3<T> |
WaitResultBuilder2.expecting(Predicate<T> acceptingClause) |
Specify the condition that accept the result.
|
Copyright © 2019. All rights reserved.