@FunctionalInterface public interface WaitStarter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(Duration timeout,
Consumer<T> progress) |
T apply(Duration timeout, Consumer<T> progress) throws TimeoutException
TimeoutExceptionCopyright © 2024. All rights reserved.