| Modifier and Type | Method | Description |
|---|---|---|
static <T> WaitResultBuilder1<T> |
WaitResult.of(Callable<T> action) |
Start the builder to create an instance of
CompletableFuture based on
the result of the received action, with repetition until some condition. |
Copyright © 2019. All rights reserved.